Package net.officefloor.server.http
Class OfficeFloorHttpServerImplementation
- java.lang.Object
-
- net.officefloor.server.http.OfficeFloorHttpServerImplementation
-
- All Implemented Interfaces:
HttpServerImplementation
public class OfficeFloorHttpServerImplementation extends java.lang.Object implements HttpServerImplementation
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorHttpServerImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureHttpServer(HttpServerImplementationContext context)
Configures theHttpServer
.
-
-
-
Method Detail
-
configureHttpServer
public void configureHttpServer(HttpServerImplementationContext context) throws java.lang.Exception
Description copied from interface:HttpServerImplementation
Configures theHttpServer
.- Specified by:
configureHttpServer
in interfaceHttpServerImplementation
- Parameters:
context
-HttpServerImplementationContext
.- Throws:
java.lang.Exception
- If fails to configure theHttpServerImplementation
.
-
-