Uses of Interface
net.officefloor.server.http.HttpServerImplementationContext
-
-
Uses of HttpServerImplementationContext in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
SamHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
-
Uses of HttpServerImplementationContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
HttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
Configures theHttpServer
.void
OfficeFloorHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
static HttpHeaderValue
HttpServer. getServerHttpHeaderValue(HttpServerImplementationContext context, java.lang.String suffix)
Convenience method to obtain theServer
HttpHeaderValue
. -
Uses of HttpServerImplementationContext in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
MockHttpServer. configureHttpServer(HttpServerImplementationContext context)
-
Uses of HttpServerImplementationContext in net.officefloor.server.http.netty
Methods in net.officefloor.server.http.netty with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
NettyHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
-
Uses of HttpServerImplementationContext in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
HttpServletHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
-
Uses of HttpServerImplementationContext in net.officefloor.server.http.undertow
Methods in net.officefloor.server.http.undertow with parameters of type HttpServerImplementationContext Modifier and Type Method Description void
UndertowHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
-