Package net.officefloor.server.http
Interface HttpServerImplementation
- All Known Implementing Classes:
GoogleFunctionHttpServerImplementation,HttpServletHttpServerImplementation,MockHttpServer,MockWoofServer,MockWoofServerExtension,MockWoofServerRule,NettyHttpServerImplementation,OfficeFloorHttpServerImplementation,SamHttpServerImplementation,UndertowHttpServerImplementation,VertxHttpServerImplementation
public interface HttpServerImplementation
HttpServer implementation.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
configureHttpServer
Configures theHttpServer.- Parameters:
context-HttpServerImplementationContext.- Throws:
Exception- If fails to configure theHttpServerImplementation.
-