Uses of Interface
net.officefloor.server.http.ServerHttpConnection
Packages that use ServerHttpConnection
Package
Description
-
Uses of ServerHttpConnection in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionSamHttpServerImplementation.getInput()Obtains theExternalServiceInputto service the AWS API event. -
Uses of ServerHttpConnection in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.getInput()Obtains theExternalServiceInputto service the AWS API event. -
Uses of ServerHttpConnection in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerHttpConnectionModifier and TypeMethodDescriptionHttpEscalationContext.getServerHttpConnection()Obtains theServerHttpConnectionto write theEscalation.Methods in net.officefloor.server.http that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescription<M extends InputManagedObject>
ExternalServiceInput<ServerHttpConnection,M> HttpServerImplementationContext.getExternalServiceInput(Class<M> managedObjectType) Obtains theExternalServiceInput.Methods in net.officefloor.server.http with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidAbstractHttpServerImplementationTestCase.PressureOverloadServicer.backPressure(Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker) Handles back pressure (should not be invoked).voidAbstractHttpServerImplementationTestCase.ThreadedServicer.doFlow(ServerHttpConnection connection, Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject) Handles the flow on a different thread.voidAbstractHttpServerImplementationTestCase.AsyncServicer.service(AsynchronousFlow async, ServerHttpConnection connection) Services the request asynchronously.voidAbstractHttpServerImplementationTestCase.BufferServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.BytesServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.CloseFileServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.EncodedUrlServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.FailServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.FileServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.FunctionalityServicer.service(ServerHttpConnection connection) Services the request.voidAbstractHttpServerImplementationTestCase.QualifiedServicer.service(ServerHttpConnection connectionOne, ServerHttpConnection connectionTwo) Services the request.voidAbstractHttpServerImplementationTestCase.Servicer.service(ServerHttpConnection connection) Services the request. -
Uses of ServerHttpConnection in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ServerHttpConnectionModifier and TypeClassDescriptionclassServerHttpConnectionimplementation available forExternalServiceInput. -
Uses of ServerHttpConnection in net.officefloor.server.http.mock
Subinterfaces of ServerHttpConnection in net.officefloor.server.http.mockClasses in net.officefloor.server.http.mock that implement ServerHttpConnectionMethods in net.officefloor.server.http.mock that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionstatic ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> MockHttpServer.getExternalServiceInput(OfficeSectionInput input) Convenience method to extractExternalServiceInputfromOfficeSectionInput.static ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> MockHttpServer.getExternalServiceInput(DeployedOfficeInput input) Convenience method to extractExternalServiceInputfromDeployedOfficeInput.Method parameters in net.officefloor.server.http.mock with type arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionMockHttpServer.direct(MockHttpRequestBuilder request, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> externalServiceInput) Undertakes direct invocation of servicing theMockHttpRequestBuilder.voidMockHttpServer.direct(MockHttpRequestBuilder request, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> externalServiceInput, MockHttpRequestCallback callback) Triggers direct handling ofMockHttpRequestBuilder. -
Uses of ServerHttpConnection in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionHttpServletOfficeFloorBridge.getInput()Obtains theExternalServiceInput.Constructor parameters in net.officefloor.server.http.servlet with type arguments of type ServerHttpConnectionModifierConstructorDescriptionHttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> input) Instantiate. -
Uses of ServerHttpConnection in net.officefloor.server.http.vertx
Constructor parameters in net.officefloor.server.http.vertx with type arguments of type ServerHttpConnectionModifierConstructorDescriptionOfficeFloorVertxHandler(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> serviceInput) Instantiate. -
Uses of ServerHttpConnection in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidFilterServicer.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, jakarta.servlet.FilterChain chain) Services theServerHttpConnection.voidServletServicer.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, Map<String, ? extends Object> attributes) Services theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidTomcatServletManager.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, Map<String, ? extends Object> attributes) Constructors in net.officefloor.servlet.tomcat with parameters of type ServerHttpConnectionModifierConstructorDescriptionOfficeFloorProcessor(OfficeFloorProtocol protocol, org.apache.coyote.Request request, org.apache.coyote.Response response, ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion) Instantiate. -
Uses of ServerHttpConnection in net.officefloor.spring.starter.rest
Classes in net.officefloor.spring.starter.rest that implement ServerHttpConnectionModifier and TypeClassDescriptionclassProcessAwareServerHttpConnectionManagedObjectfor Spring MVC. -
Uses of ServerHttpConnection in net.officefloor.spring.starter.rest.security
Methods in net.officefloor.spring.starter.rest.security that return types with arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionAuthorizeAdministrationSource.createAdministration()RolesAllowedAdministrationSource.createAdministration()Method parameters in net.officefloor.spring.starter.rest.security with type arguments of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidAuthorizeAdministrationSource.administer(AdministrationContext<ServerHttpConnection, None, None> context) voidRolesAllowedAdministrationSource.administer(AdministrationContext<ServerHttpConnection, None, None> context) protected voidAuthorizeAdministrationSource.loadMetaData(AbstractAdministrationSource.MetaDataContext<ServerHttpConnection, None, None> context) protected voidRolesAllowedAdministrationSource.loadMetaData(AbstractAdministrationSource.MetaDataContext<ServerHttpConnection, None, None> context) -
Uses of ServerHttpConnection in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionstatic voidWebFluxSectionSource.service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion) Services theServerHttpConnectionvia theHttpHandler. -
Uses of ServerHttpConnection in net.officefloor.web
Methods in net.officefloor.web with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidWebRouteHandlerImpl.handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) HttpRouter.route(ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Routes theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.build
Methods in net.officefloor.web.build that return ServerHttpConnectionModifier and TypeMethodDescriptionHttpEscalationResponderContext.getServerHttpConnection()Obtains theServerHttpConnection.HttpObjectResponderContext.getServerHttpConnection()Obtains theServerHttpConnection.Methods in net.officefloor.web.build with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionHttpObjectParser.parse(ServerHttpConnection connection) Parses the object from theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.mock
Methods in net.officefloor.web.mock with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionstatic HttpRequestStateMockWebApp.mockRequestState(ServerHttpConnection connection) Mocks theHttpRequestState.static HttpSessionMockWebApp.mockSession(ServerHttpConnection connection) Mocks theHttpSession. -
Uses of ServerHttpConnection in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidHttpResponder.sendObject(Object object, HttpStatus httpStatus, ServerHttpConnection connection, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Sends theObject. -
Uses of ServerHttpConnection in net.officefloor.web.route
Methods in net.officefloor.web.route with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionstatic WebServicerWebServicer.getBestMatch(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context, WebRouteNode[] nodes) Obtains the bestWebServicerfor theWebRouteNodeinstances.WebRouter.getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> managedFunctionContext) Obtains theWebServicerfor theHttpRequest.LeafWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) ParameterWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) StaticWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) voidWebRouteHandler.handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Handles the web route.WebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Attempts to handle the path.voidWebServicer.service(ServerHttpConnection connection) Services theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl that return ServerHttpConnectionModifier and TypeMethodDescriptionFunctionAuthenticateContext.getConnection()Obtains theServerHttpConnectionto be secured.FunctionLogoutContext.getConnection()Obtains theServerHttpConnectionto be secured. -
Uses of ServerHttpConnection in net.officefloor.web.security.scheme
Fields in net.officefloor.web.security.scheme declared as ServerHttpConnectionModifier and TypeFieldDescriptionprotected final ServerHttpConnectionAbstractMockHttpSecurityActionContext.connectionMethods in net.officefloor.web.security.scheme that return ServerHttpConnectionModifier and TypeMethodDescriptionstatic ServerHttpConnectionMockHttpAuthenticateContext.createRequestWithAuthorizationHeader(String authorizationHeaderValue) Creates theServerHttpConnectionwith authorizationHttpHeadervalue.AbstractMockHttpSecurityActionContext.getConnection()MockHttpRatifyContext.getConnection()Constructors in net.officefloor.web.security.scheme with parameters of type ServerHttpConnectionModifierConstructorDescriptionInitiate.MockHttpAuthenticateContext(ServerHttpConnection connection) Initiate.MockHttpChallengeContext(ServerHttpConnection connection) Initiate.MockHttpRatifyContext(ServerHttpConnection connection) Initiate. -
Uses of ServerHttpConnection in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionstatic <AC extends Serializable,C>
AuthenticationContext<AC,C> HttpSecurityLoaderUtil.createAuthenticationContext(ServerHttpConnection connection, HttpSecurity<?, AC, C, ?, ?> security, Consumer<FunctionAuthenticateContext<AC, C>> handleAuthenticate) Creates anAuthenticationContextfor testing. -
Uses of ServerHttpConnection in net.officefloor.web.session.spi
Methods in net.officefloor.web.session.spi that return ServerHttpConnectionModifier and TypeMethodDescriptionFreshHttpSession.getConnection()Obtains theServerHttpConnectionrequiring a newHttpSession. -
Uses of ServerHttpConnection in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return ServerHttpConnectionModifier and TypeMethodDescriptionHttpSecurityActionContext.getConnection()Obtains theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionHttpApplicationState.createApplicationClientUrl(boolean isSecure, String path, ServerHttpConnection connection) Creates the client URL for this application.HttpApplicationStateManagedObjectSource.createApplicationClientUrl(boolean isSecure, String path, ServerHttpConnection connection) HttpApplicationState.extractApplicationPath(ServerHttpConnection connection) Extracts the application path from theHttpRequest.HttpApplicationStateManagedObjectSource.extractApplicationPath(ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type ServerHttpConnectionModifier and TypeMethodDescriptionvoidBeanWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidLinkWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidPropertyWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidStaticWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) Writes the template content to theServerWriter.