Uses of Interface
net.officefloor.server.http.HttpServerImplementation
-
-
Uses of HttpServerImplementation in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement HttpServerImplementation Modifier and Type Class Description class
SamHttpServerImplementation
AWS SAMHttpServerImplementation
.Methods in net.officefloor.server.aws.sam that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementation
SamHttpServerImplementation. createService(ServiceContext context)
-
Uses of HttpServerImplementation in net.officefloor.server.http
Classes in net.officefloor.server.http that implement HttpServerImplementation Modifier and Type Class Description class
OfficeFloorHttpServerImplementation
Methods in net.officefloor.server.http that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementation
HttpServer. getHttpServerImplementation()
Obtains theHttpServerImplementation
.Methods in net.officefloor.server.http that return types with arguments of type HttpServerImplementation Modifier and Type Method Description protected abstract java.lang.Class<? extends HttpServerImplementation>
AbstractHttpServerImplementationTestCase. getHttpServerImplementationClass()
Obtains the expectedHttpServerImplementation
Class
being tested.Constructors in net.officefloor.server.http with parameters of type HttpServerImplementation Constructor Description HttpServer(HttpServerImplementation implementation, HttpServerLocation serverLocation, java.lang.String serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, javax.net.ssl.SSLContext sslContext, DeployedOfficeInput serviceInput, OfficeFloorDeployer officeFloorDeployer, OfficeFloorSourceContext context)
Instantiates theHttpServer
from direct configuration. -
Uses of HttpServerImplementation in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement HttpServerImplementation Modifier and Type Class Description class
MockHttpServer
MockHttpServer
. -
Uses of HttpServerImplementation in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement HttpServerImplementation Modifier and Type Class Description class
NettyHttpServerImplementation
NettyHttpServerImplementation
.Methods in net.officefloor.server.http.netty that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementation
NettyHttpServerImplementation. createService(ServiceContext context)
-
Uses of HttpServerImplementation in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement HttpServerImplementation Modifier and Type Class Description class
HttpServletHttpServerImplementation
HttpServerImplementation
to validate tests.Methods in net.officefloor.server.http.servlet that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementation
HttpServletHttpServerImplementation. createService(ServiceContext context)
-
Uses of HttpServerImplementation in net.officefloor.server.http.undertow
Classes in net.officefloor.server.http.undertow that implement HttpServerImplementation Modifier and Type Class Description class
UndertowHttpServerImplementation
UndertowHttpServerImplementation
.Methods in net.officefloor.server.http.undertow that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementation
UndertowHttpServerImplementation. createService(ServiceContext context)
-
Uses of HttpServerImplementation in net.officefloor.woof.mock
Classes in net.officefloor.woof.mock that implement HttpServerImplementation Modifier and Type Class Description class
MockWoofServer
MockHttpServer
loading the WoOF application.class
MockWoofServerExtension
Extension
for running theMockWoofServer
.class
MockWoofServerRule
TestRule
for running theMockWoofServer
.
-