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 theExternalServiceInput
to 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 ServerHttpConnection
HttpEscalationContext. getServerHttpConnection()
Obtains theServerHttpConnection
to 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 void
AbstractHttpServerImplementationTestCase.PressureOverloadServicer. backPressure(java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker)
void
AbstractHttpServerImplementationTestCase.ThreadedServicer. doFlow(ServerHttpConnection connection, java.lang.Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject)
void
AbstractHttpServerImplementationTestCase.AsyncServicer. service(AsynchronousFlow async, ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.BufferServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.BytesServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.CloseFileServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.EncodedUrlServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.FailServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.FileServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.FunctionalityServicer. service(ServerHttpConnection connection)
void
AbstractHttpServerImplementationTestCase.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 class
ProcessAwareServerHttpConnectionManagedObject<B>
ServerHttpConnection
implementation 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 interface
MockServerHttpConnection
MockServerHttpConnection
.Classes in net.officefloor.server.http.mock that implement ServerHttpConnection Modifier and Type Class Description static class
MockHttpServer.MockServerHttpConnectionImpl
MockServerHttpConnection
implementation. -
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 void
FilterServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, javax.servlet.FilterChain chain)
Services theServerHttpConnection
.void
ServletServicer. 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 void
TomcatServletManager. 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 void
WebFluxSectionSource. service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion)
Services theServerHttpConnection
via 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 void
Cors. 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 void
EnvironmentLogic. 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 void
TemplateLogic. 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 void
MigratedResource. 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 void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. 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 void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
void
SecuredResource. 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 void
SecuredResource. 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 void
TemplateLogic. 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.CardDetails
CardLogic. getTemplateData(CardLogic.CardDetails cardDetails, ServerHttpConnection connection)
void
CardLogic. 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 void
MigratedFilter. doFilter(ServerHttpConnection connection, java.lang.String isFilter, MigratedFilter.ChainNext chain, InjectedDependency dependency)
void
MigratedServlet. 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 void
CommitExceptionHandler. handle(java.io.EOFException exception, ServerHttpConnection connection)
void
RollbackExceptionHandler. 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 void
WebRouteHandlerImpl. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
java.lang.Object
HttpRouter. 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 T
HttpObjectParser. parse(ServerHttpConnection connection)
Parses the object from theServerHttpConnection
.void
HttpObjectResponder. 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 HttpRequestState
MockWebApp. mockRequestState(ServerHttpConnection connection)
Mocks theHttpRequestState
.static HttpSession
MockWebApp. 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 WebServicer
WebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)
Obtains the bestWebServicer
for theWebRouteNode
instances.WebServicer
WebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)
Obtains theWebServicer
for theHttpRequest
.WebServicer
LeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
ParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
StaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
void
WebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Handles the web route.WebServicer
WebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Attempts to handle the path.void
WebServicer. 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 ServerHttpConnection
FunctionAuthenticateContext. getConnection()
Obtains theServerHttpConnection
to be secured.ServerHttpConnection
FunctionLogoutContext. getConnection()
Obtains theServerHttpConnection
to 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 ServerHttpConnection
AbstractMockHttpSecurityActionContext. connection
Methods in net.officefloor.web.security.scheme that return ServerHttpConnection Modifier and Type Method Description static ServerHttpConnection
MockHttpAuthenticateContext. createRequestWithAuthorizationHeader(java.lang.String authorizationHeaderValue)
Creates theServerHttpConnection
with authorizationHttpHeader
value.ServerHttpConnection
AbstractMockHttpSecurityActionContext. getConnection()
ServerHttpConnection
MockHttpRatifyContext. 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 anAuthenticationContext
for 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 ServerHttpConnection
FreshHttpSession. getConnection()
Obtains theServerHttpConnection
requiring 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 ServerHttpConnection
HttpSecurityActionContext. 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.String
HttpApplicationState. createApplicationClientUrl(boolean isSecure, java.lang.String path, ServerHttpConnection connection)
Creates the client URL for this application.java.lang.String
HttpApplicationStateManagedObjectSource. createApplicationClientUrl(boolean isSecure, java.lang.String path, ServerHttpConnection connection)
java.lang.String
HttpApplicationState. extractApplicationPath(ServerHttpConnection connection)
Extracts the application path from theHttpRequest
.java.lang.String
HttpApplicationStateManagedObjectSource. 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 void
BeanWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
LinkWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
PropertyWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
StaticWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
WebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
Writes the template content to theServerWriter
.
-