Package net.officefloor.server.http
Interface HttpServerImplementation
-
- All Known Implementing Classes:
HttpServletHttpServerImplementation
,MockHttpServer
,MockWoofServer
,MockWoofServerExtension
,MockWoofServerRule
,NettyHttpServerImplementation
,OfficeFloorHttpServerImplementation
,SamHttpServerImplementation
,UndertowHttpServerImplementation
public interface HttpServerImplementation
HttpServer
implementation.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureHttpServer(HttpServerImplementationContext context)
Configures theHttpServer
.
-
-
-
Method Detail
-
configureHttpServer
void configureHttpServer(HttpServerImplementationContext context) throws java.lang.Exception
Configures theHttpServer
.- Parameters:
context
-HttpServerImplementationContext
.- Throws:
java.lang.Exception
- If fails to configure theHttpServerImplementation
.
-
-