Uses of Interface
net.officefloor.server.http.ServerHttpConnection
-
-
Uses of ServerHttpConnection in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return types with arguments of type ServerHttpConnection Modifier and Type Method Description ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject>SamHttpServerImplementation. getInput()Obtains theExternalServiceInputto service the AWS API event. -
Uses of ServerHttpConnection in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerHttpConnection Modifier and Type Method Description ServerHttpConnectionHttpEscalationContext. getServerHttpConnection()Obtains theServerHttpConnectionto write theEscalation.Methods in net.officefloor.server.http that return types with arguments of type ServerHttpConnection Modifier and Type Method Description <M extends ManagedObject>
ExternalServiceInput<ServerHttpConnection,M>HttpServerImplementationContext. getExternalServiceInput(java.lang.Class<M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)Obtains theExternalServiceInput.Methods in net.officefloor.server.http with parameters of type ServerHttpConnection Modifier and Type Method Description voidAbstractHttpServerImplementationTestCase.PressureOverloadServicer. backPressure(java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker)voidAbstractHttpServerImplementationTestCase.ThreadedServicer. doFlow(ServerHttpConnection connection, java.lang.Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject)voidAbstractHttpServerImplementationTestCase.AsyncServicer. service(AsynchronousFlow async, ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.BufferServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.BytesServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.CloseFileServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.EncodedUrlServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.FailServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.FileServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.FunctionalityServicer. service(ServerHttpConnection connection)voidAbstractHttpServerImplementationTestCase.Servicer. service(ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ServerHttpConnection Modifier and Type Class Description classProcessAwareServerHttpConnectionManagedObject<B>ServerHttpConnectionimplementation available forExternalServiceInput. -
Uses of ServerHttpConnection in net.officefloor.server.http.mock
Subinterfaces of ServerHttpConnection in net.officefloor.server.http.mock Modifier and Type Interface Description interfaceMockServerHttpConnectionMockServerHttpConnection.Classes in net.officefloor.server.http.mock that implement ServerHttpConnection Modifier and Type Class Description static classMockHttpServer.MockServerHttpConnectionImplMockServerHttpConnectionimplementation. -
Uses of ServerHttpConnection in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return types with arguments of type ServerHttpConnection Modifier and Type Method Description ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject>HttpServletOfficeFloorBridge. getInput()Obtains theExternalServiceInput.Constructor parameters in net.officefloor.server.http.servlet with type arguments of type ServerHttpConnection Constructor Description HttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject> input)Instantiate. -
Uses of ServerHttpConnection in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type ServerHttpConnection Modifier and Type Method Description voidFilterServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, javax.servlet.FilterChain chain)Services theServerHttpConnection.voidServletServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)Services theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type ServerHttpConnection Modifier and Type Method Description voidTomcatServletManager. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)Constructors in net.officefloor.servlet.tomcat with parameters of type ServerHttpConnection Constructor Description OfficeFloorProcessor(OfficeFloorProtocol protocol, org.apache.coyote.Request request, org.apache.coyote.Response response, ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion)Instantiate. -
Uses of ServerHttpConnection in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type ServerHttpConnection Modifier and Type Method Description static 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.tutorial.corshttpserver
Methods in net.officefloor.tutorial.corshttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description static voidCors. cors(ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.environmenthttpserver
Methods in net.officefloor.tutorial.environmenthttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidEnvironmentLogic. service(java.lang.String value, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.javascriptapp
Methods in net.officefloor.tutorial.javascriptapp with parameters of type ServerHttpConnection Modifier and Type Method Description voidTemplateLogic. addition(TemplateLogic.AdditionRequest request, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.jaxrshttpserver.migrated
Methods in net.officefloor.tutorial.jaxrshttpserver.migrated with parameters of type ServerHttpConnection Modifier and Type Method Description voidMigratedResource. get(JaxRsDependency dependency, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidJwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)voidJwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response) -
Uses of ServerHttpConnection in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidJwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)voidJwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)voidSecuredResource. secure(ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.jwtresourcehttpserver
Methods in net.officefloor.tutorial.jwtresourcehttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidSecuredResource. secure(Claims claims, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.securelinkhttpserver
Methods in net.officefloor.tutorial.securelinkhttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidTemplateLogic. login(TemplateLogic.LoginParameters credentials, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.securepagehttpserver
Methods in net.officefloor.tutorial.securepagehttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description CardLogic.CardDetailsCardLogic. getTemplateData(CardLogic.CardDetails cardDetails, ServerHttpConnection connection)voidCardLogic. save(CardLogic.CardDetails cardDetails, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.tutorial.servlethttpserver.migrated
Methods in net.officefloor.tutorial.servlethttpserver.migrated with parameters of type ServerHttpConnection Modifier and Type Method Description voidMigratedFilter. doFilter(ServerHttpConnection connection, java.lang.String isFilter, MigratedFilter.ChainNext chain, InjectedDependency dependency)voidMigratedServlet. doGet(ServerHttpConnection connection, InjectedDependency dependency) -
Uses of ServerHttpConnection in net.officefloor.tutorial.transactionhttpserver
Methods in net.officefloor.tutorial.transactionhttpserver with parameters of type ServerHttpConnection Modifier and Type Method Description voidCommitExceptionHandler. handle(java.io.EOFException exception, ServerHttpConnection connection)voidRollbackExceptionHandler. handle(java.lang.IllegalArgumentException exception, ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.web
Methods in net.officefloor.web with parameters of type ServerHttpConnection Modifier and Type Method Description voidWebRouteHandlerImpl. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)java.lang.ObjectHttpRouter. route(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Routes theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.build
Methods in net.officefloor.web.build with parameters of type ServerHttpConnection Modifier and Type Method Description THttpObjectParser. parse(ServerHttpConnection connection)Parses the object from theServerHttpConnection.voidHttpObjectResponder. send(T object, ServerHttpConnection connection)Sends the object. -
Uses of ServerHttpConnection in net.officefloor.web.mock
Methods in net.officefloor.web.mock with parameters of type ServerHttpConnection Modifier and Type Method Description static HttpRequestStateMockWebApp. mockRequestState(ServerHttpConnection connection)Mocks theHttpRequestState.static HttpSessionMockWebApp. mockSession(ServerHttpConnection connection)Mocks theHttpSession. -
Uses of ServerHttpConnection in net.officefloor.web.route
Methods in net.officefloor.web.route with parameters of type ServerHttpConnection Modifier and Type Method Description static WebServicerWebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)Obtains the bestWebServicerfor theWebRouteNodeinstances.WebServicerWebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)Obtains theWebServicerfor theHttpRequest.WebServicerLeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerStaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)voidWebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Handles the web route.WebServicerWebRouteNode. handle(HttpMethod method, java.lang.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 ServerHttpConnection Modifier and Type Method Description ServerHttpConnectionFunctionAuthenticateContext. getConnection()Obtains theServerHttpConnectionto be secured.ServerHttpConnectionFunctionLogoutContext. getConnection()Obtains theServerHttpConnectionto be secured. -
Uses of ServerHttpConnection in net.officefloor.web.security.scheme
Fields in net.officefloor.web.security.scheme declared as ServerHttpConnection Modifier and Type Field Description protected ServerHttpConnectionAbstractMockHttpSecurityActionContext. connectionMethods in net.officefloor.web.security.scheme that return ServerHttpConnection Modifier and Type Method Description static ServerHttpConnectionMockHttpAuthenticateContext. createRequestWithAuthorizationHeader(java.lang.String authorizationHeaderValue)Creates theServerHttpConnectionwith authorizationHttpHeadervalue.ServerHttpConnectionAbstractMockHttpSecurityActionContext. getConnection()ServerHttpConnectionMockHttpRatifyContext. getConnection()Constructors in net.officefloor.web.security.scheme with parameters of type ServerHttpConnection Constructor Description AbstractMockHttpSecurityActionContext(ServerHttpConnection connection)Initiate.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 ServerHttpConnection Modifier and Type Method Description static <AC extends java.io.Serializable,C>
AuthenticationContext<AC,C>HttpSecurityLoaderUtil. createAuthenticationContext(ServerHttpConnection connection, HttpSecurity<?,AC,C,?,?> security, java.util.function.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 ServerHttpConnection Modifier and Type Method Description ServerHttpConnectionFreshHttpSession. getConnection()Obtains theServerHttpConnectionrequiring a newHttpSession. -
Uses of ServerHttpConnection in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return ServerHttpConnection Modifier and Type Method Description ServerHttpConnectionHttpSecurityActionContext. getConnection()Obtains theServerHttpConnection. -
Uses of ServerHttpConnection in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type ServerHttpConnection Modifier and Type Method Description java.lang.StringHttpApplicationState. createApplicationClientUrl(boolean isSecure, java.lang.String path, ServerHttpConnection connection)Creates the client URL for this application.java.lang.StringHttpApplicationStateManagedObjectSource. createApplicationClientUrl(boolean isSecure, java.lang.String path, ServerHttpConnection connection)java.lang.StringHttpApplicationState. extractApplicationPath(ServerHttpConnection connection)Extracts the application path from theHttpRequest.java.lang.StringHttpApplicationStateManagedObjectSource. extractApplicationPath(ServerHttpConnection connection) -
Uses of ServerHttpConnection in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type ServerHttpConnection Modifier and Type Method Description voidBeanWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidLinkWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidPropertyWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidStaticWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)Writes the template content to theServerWriter.
-