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 HttpServerLocation
SamHttpServerImplementation. 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 HttpServerLocation
HttpServer. getHttpServerLocation()
Obtains theHttpServerLocation
.HttpServerLocation
HttpServerImplementationContext. getHttpServerLocation()
Obtains theHttpServerLocation
.HttpServerLocation
ServerHttpConnection. getServerLocation()
Obtains theHttpServerLocation
.Methods in net.officefloor.server.http with parameters of type HttpServerLocation Modifier and Type Method Description protected abstract java.lang.AutoCloseable
AbstractHttpServerImplementationTestCase. 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 theHttpServer
from 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 class
HttpServerLocationImpl
HttpServerLocation
implementation.Methods in net.officefloor.server.http.impl that return HttpServerLocation Modifier and Type Method Description HttpServerLocation
ProcessAwareServerHttpConnectionManagedObject. 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 class
MockHttpServer
MockHttpServer
.Methods in net.officefloor.server.http.mock that return HttpServerLocation Modifier and Type Method Description HttpServerLocation
MockHttpServer.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 HttpServerLocation
HttpServletOfficeFloorBridge. 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.Server
AbstractServletHttpServerImplementationTest. createServer(HttpServerLocation serverLocation, javax.net.ssl.SSLContext sslContext)
Creates theServer
for theHttpServerLocation
.protected java.lang.AutoCloseable
AbstractServletHttpServerImplementationTest. 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 class
MockWoofServer
MockHttpServer
loading the WoOF application.class
MockWoofServerExtension
Extension
for running theMockWoofServer
.class
MockWoofServerRule
TestRule
for running theMockWoofServer
.
-