Uses of Interface
net.officefloor.server.http.HttpServerLocation
-
-
Uses of HttpServerLocation in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return HttpServerLocation Modifier and Type Method Description HttpServerLocationSamHttpServerImplementation. getHttpServerLocation()Obtains theHttpServerLocation. -
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 java.lang.AutoCloseableAbstractHttpServerImplementationTestCase. 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, 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.server.servlet.test
Methods in net.officefloor.server.servlet.test with parameters of type HttpServerLocation Modifier and Type Method Description static org.eclipse.jetty.server.ServerAbstractServletHttpServerImplementationTest. createServer(HttpServerLocation serverLocation, javax.net.ssl.SSLContext sslContext)Creates theServerfor theHttpServerLocation.protected java.lang.AutoCloseableAbstractServletHttpServerImplementationTest. startRawHttpServer(HttpServerLocation serverLocation) -
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.
-