Uses of Interface
net.officefloor.server.http.HttpServerImplementationFactory
-
Packages that use HttpServerImplementationFactory Package Description net.officefloor.server.aws.sam net.officefloor.server.http.netty net.officefloor.server.http.servlet net.officefloor.server.http.undertow -
-
Uses of HttpServerImplementationFactory in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement HttpServerImplementationFactory Modifier and Type Class Description class
SamHttpServerImplementation
AWS SAMHttpServerImplementation
. -
Uses of HttpServerImplementationFactory in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement HttpServerImplementationFactory Modifier and Type Class Description class
NettyHttpServerImplementation
NettyHttpServerImplementation
. -
Uses of HttpServerImplementationFactory in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement HttpServerImplementationFactory Modifier and Type Class Description class
HttpServletHttpServerImplementation
HttpServerImplementation
to validate tests. -
Uses of HttpServerImplementationFactory in net.officefloor.server.http.undertow
Classes in net.officefloor.server.http.undertow that implement HttpServerImplementationFactory Modifier and Type Class Description class
UndertowHttpServerImplementation
UndertowHttpServerImplementation
.
-