Uses of Interface
net.officefloor.server.http.HttpServerImplementation
Packages that use HttpServerImplementation
Package
Description
-
Uses of HttpServerImplementation in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement HttpServerImplementationMethods in net.officefloor.server.aws.sam that return HttpServerImplementationModifier and TypeMethodDescriptionSamHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.server.google.function
Classes in net.officefloor.server.google.function that implement HttpServerImplementationMethods in net.officefloor.server.google.function that return HttpServerImplementationModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.server.http
Classes in net.officefloor.server.http that implement HttpServerImplementationModifier and TypeClassDescriptionclassMethods in net.officefloor.server.http that return HttpServerImplementationModifier and TypeMethodDescriptionHttpServer.getHttpServerImplementation()Obtains theHttpServerImplementation.Methods in net.officefloor.server.http that return types with arguments of type HttpServerImplementationModifier and TypeMethodDescriptionprotected abstract Class<? extends HttpServerImplementation>AbstractHttpServerImplementationTestCase.getHttpServerImplementationClass()Obtains the expectedHttpServerImplementationClassbeing tested.Constructors in net.officefloor.server.http with parameters of type HttpServerImplementationModifierConstructorDescriptionHttpServer(HttpServerImplementation implementation, String typeQualifier, HttpServerLocation serverLocation, String serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, 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 -
Uses of HttpServerImplementation in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement HttpServerImplementationMethods in net.officefloor.server.http.netty that return HttpServerImplementationModifier and TypeMethodDescriptionNettyHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement HttpServerImplementationMethods in net.officefloor.server.http.servlet that return HttpServerImplementationModifier and TypeMethodDescriptionHttpServletHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.server.http.undertow
Classes in net.officefloor.server.http.undertow that implement HttpServerImplementationMethods in net.officefloor.server.http.undertow that return HttpServerImplementationModifier and TypeMethodDescriptionUndertowHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.server.http.vertx
Classes in net.officefloor.server.http.vertx that implement HttpServerImplementationMethods in net.officefloor.server.http.vertx that return HttpServerImplementationModifier and TypeMethodDescriptionVertxHttpServerImplementation.createService(ServiceContext context) -
Uses of HttpServerImplementation in net.officefloor.woof.mock
Classes in net.officefloor.woof.mock that implement HttpServerImplementationModifier and TypeClassDescriptionclassMockHttpServerloading the WoOF application.classExtensionfor running theMockWoofServer.classTestRulefor running theMockWoofServer.