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 voidSamHttpServerImplementation. 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 voidHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)Configures theHttpServer.voidOfficeFloorHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)static HttpHeaderValueHttpServer. getServerHttpHeaderValue(HttpServerImplementationContext context, java.lang.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 HttpServerImplementationContext Modifier and Type Method Description voidMockHttpServer. 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 voidNettyHttpServerImplementation. 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 voidHttpServletHttpServerImplementation. 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 voidUndertowHttpServerImplementation. configureHttpServer(HttpServerImplementationContext context)
-