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 voidconfigureHttpServer(HttpServerImplementationContext context)Configures theHttpServer.
-
-
-
Method Detail
-
configureHttpServer
public void configureHttpServer(HttpServerImplementationContext context) throws java.lang.Exception
Description copied from interface:HttpServerImplementationConfigures theHttpServer.- Specified by:
configureHttpServerin interfaceHttpServerImplementation- Parameters:
context-HttpServerImplementationContext.- Throws:
java.lang.Exception- If fails to configure theHttpServerImplementation.
-
-