Uses of Interface
net.officefloor.server.http.HttpServerLocation
Packages that use HttpServerLocation
Package
Description
-
Uses of HttpServerLocation in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return HttpServerLocationModifier and TypeMethodDescriptionSamHttpServerImplementation.getHttpServerLocation()Obtains theHttpServerLocation. -
Uses of HttpServerLocation in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function that return HttpServerLocationModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.getHttpServerLocation()Obtains theHttpServerLocation. -
Uses of HttpServerLocation in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpServerLocationModifier and TypeMethodDescriptionHttpServer.getHttpServerLocation()Obtains theHttpServerLocation.HttpServerImplementationContext.getHttpServerLocation()Obtains theHttpServerLocation.ServerHttpConnection.getServerLocation()Obtains theHttpServerLocation.Methods in net.officefloor.server.http with parameters of type HttpServerLocationModifier and TypeMethodDescriptionprotected abstract AutoCloseableAbstractHttpServerImplementationTestCase.startRawHttpServer(HttpServerLocation serverLocation) Starts a raw implementation of the underlying HTTP server.Constructors in net.officefloor.server.http with parameters of type HttpServerLocationModifierConstructorDescriptionAbstractHttpServicerFactory(HttpServerLocation serverLocation, boolean isSecure, HttpRequestParser.HttpRequestParserMetaData metaData, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace) Instantiate.HttpServer(HttpServerImplementation implementation, String typeQualifier, HttpServerLocation serverLocation, String serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, 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, SSLContext sslContext) Instantiate for secure servicing. -
Uses of HttpServerLocation in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpServerLocationMethods in net.officefloor.server.http.impl that return HttpServerLocationModifier and TypeMethodDescriptionProcessAwareServerHttpConnectionManagedObject.getServerLocation()Constructors in net.officefloor.server.http.impl with parameters of type HttpServerLocationModifierConstructorDescriptionProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<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 HttpServerLocationMethods in net.officefloor.server.http.mock that return HttpServerLocationModifier and TypeMethodDescriptionMockHttpServer.MockServerHttpConnectionImpl.getServerLocation() -
Uses of HttpServerLocation in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return HttpServerLocationModifier and TypeMethodDescriptionHttpServletOfficeFloorBridge.getHttpServerLocation()Obtains theHttpServerLocation.Constructors in net.officefloor.server.http.servlet with parameters of type HttpServerLocationModifierConstructorDescriptionHttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> input) Instantiate. -
Uses of HttpServerLocation in net.officefloor.server.http.vertx
Constructors in net.officefloor.server.http.vertx with parameters of type HttpServerLocationModifierConstructorDescriptionOfficeFloorVertxHandler(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> serviceInput) Instantiate. -
Uses of HttpServerLocation in net.officefloor.server.servlet.test
Methods in net.officefloor.server.servlet.test with parameters of type HttpServerLocationModifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.ServerAbstractServletHttpServerImplementationTest.createServer(HttpServerLocation serverLocation, SSLContext sslContext) Creates theServerfor theHttpServerLocation.protected AutoCloseableAbstractServletHttpServerImplementationTest.startRawHttpServer(HttpServerLocation serverLocation) -
Uses of HttpServerLocation in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type HttpServerLocationModifierConstructorDescriptionSpringServerHttpConnection(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<ByteBuffer> writer, StreamBufferPool<ByteBuffer> bufferPool, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter, org.springframework.web.servlet.DispatcherServlet dispatcherServlet, org.springframework.context.ApplicationContext applicationContext) Instantiate. -
Uses of HttpServerLocation in net.officefloor.woof.mock
Classes in net.officefloor.woof.mock that implement HttpServerLocationModifier and TypeClassDescriptionclassMockHttpServerloading the WoOF application.classExtensionfor running theMockWoofServer.classTestRulefor running theMockWoofServer.