Uses of Interface
net.officefloor.server.http.HttpServerImplementationContext
Packages that use HttpServerImplementationContext
Package
Description
-
Uses of HttpServerImplementationContext in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidSamHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidGoogleFunctionHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) Configures theHttpServer.voidOfficeFloorHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) static HttpHeaderValueHttpServer.getServerHttpHeaderValue(HttpServerImplementationContext context, String suffix) Convenience method to obtain theServerHttpHeaderValue. -
Uses of HttpServerImplementationContext in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidMockHttpServer.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.http.netty
Methods in net.officefloor.server.http.netty with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidNettyHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidHttpServletHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.http.undertow
Methods in net.officefloor.server.http.undertow with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidUndertowHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context) -
Uses of HttpServerImplementationContext in net.officefloor.server.http.vertx
Methods in net.officefloor.server.http.vertx with parameters of type HttpServerImplementationContextModifier and TypeMethodDescriptionvoidVertxHttpServerImplementation.configureHttpServer(HttpServerImplementationContext context)