Uses of Interface
net.officefloor.server.http.HttpServerLocation
-
Packages that use HttpServerLocation Package Description net.officefloor.server.http net.officefloor.server.http.impl net.officefloor.server.http.mock net.officefloor.server.http.servlet net.officefloor.woof.mock -
-
Uses of HttpServerLocation in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpServerLocation Modifier and Type Method Description HttpServerLocationHttpServer. getHttpServerLocation()Obtains theHttpServerLocation.HttpServerLocationHttpServerImplementationContext. getHttpServerLocation()Obtains theHttpServerLocation.HttpServerLocationServerHttpConnection. getServerLocation()Obtains theHttpServerLocation.Methods in net.officefloor.server.http with parameters of type HttpServerLocation Modifier and Type Method Description protected abstract MAbstractHttpServerImplementationTest. startRawHttpServer(HttpServerLocation serverLocation)Starts a raw implementation of the underlying HTTP server.Constructors in net.officefloor.server.http with parameters of type HttpServerLocation Constructor Description AbstractHttpServicerFactory(HttpServerLocation serverLocation, boolean isSecure, HttpRequestParser.HttpRequestParserMetaData metaData, StreamBufferPool<java.nio.ByteBuffer> serviceBufferPool, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace)Instantiate.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.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace)Instantiate for non-secure servicing.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, javax.net.ssl.SSLContext sslContext)Instantiate for secure servicing. -
Uses of HttpServerLocation in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpServerLocation Modifier and Type Class Description classHttpServerLocationImplHttpServerLocationimplementation.Methods in net.officefloor.server.http.impl that return HttpServerLocation Modifier and Type Method Description HttpServerLocationProcessAwareServerHttpConnectionManagedObject. getServerLocation()Constructors in net.officefloor.server.http.impl with parameters of type HttpServerLocation Constructor Description ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<B> writer, StreamBufferPool<B> bufferPool)Instantiate. -
Uses of HttpServerLocation in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement HttpServerLocation Modifier and Type Class Description classMockHttpServerMockHttpServer.Methods in net.officefloor.server.http.mock that return HttpServerLocation Modifier and Type Method Description HttpServerLocationMockHttpServer.MockServerHttpConnectionImpl. getServerLocation() -
Uses of HttpServerLocation in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return HttpServerLocation Modifier and Type Method Description HttpServerLocationHttpServletOfficeFloorBridge. getHttpServerLocation()Obtains theHttpServerLocation.Constructors in net.officefloor.server.http.servlet with parameters of type HttpServerLocation Constructor Description HttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject> input)Instantiate. -
Uses of HttpServerLocation in net.officefloor.woof.mock
Classes in net.officefloor.woof.mock that implement HttpServerLocation Modifier and Type Class Description classMockWoofServerMockHttpServerloading the WoOF application.classMockWoofServerExtensionExtensionfor running theMockWoofServer.classMockWoofServerRuleTestRulefor running theMockWoofServer.
-