Uses of Interface
net.officefloor.server.http.HttpServerImplementation
-
-
Uses of HttpServerImplementation in net.officefloor.server.http
Classes in net.officefloor.server.http that implement HttpServerImplementation Modifier and Type Class Description classOfficeFloorHttpServerImplementationMethods in net.officefloor.server.http that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementationHttpServer. 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>AbstractHttpServerImplementationTest. getHttpServerImplementationClass()Obtains the expectedHttpServerImplementationClassbeing 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 theHttpServerfrom 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 classMockHttpServerMockHttpServer. -
Uses of HttpServerImplementation in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement HttpServerImplementation Modifier and Type Class Description classNettyHttpServerImplementationNettyHttpServerImplementation.Methods in net.officefloor.server.http.netty that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementationNettyHttpServerImplementation. 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 classHttpServletHttpServerImplementationHttpServerImplementationto validate tests.Methods in net.officefloor.server.http.servlet that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementationHttpServletHttpServerImplementation. 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 classUndertowHttpServerImplementationUndertowHttpServerImplementation.Methods in net.officefloor.server.http.undertow that return HttpServerImplementation Modifier and Type Method Description HttpServerImplementationUndertowHttpServerImplementation. 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 classMockWoofServerMockHttpServerloading the WoOF application.classMockWoofServerExtensionExtensionfor running theMockWoofServer.classMockWoofServerRuleTestRulefor running theMockWoofServer.
-