Package net.officefloor.server.http
Interface HttpServerImplementationFactory
-
- All Superinterfaces:
ServiceFactory<HttpServerImplementation>
- All Known Implementing Classes:
HttpServletHttpServerImplementation
,NettyHttpServerImplementation
,SamHttpServerImplementation
,UndertowHttpServerImplementation
public interface HttpServerImplementationFactory extends ServiceFactory<HttpServerImplementation>
ServiceFactory
for theHttpServerImplementation
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-