Uses of Interface
net.officefloor.web.state.HttpRequestState
-
-
Uses of HttpRequestState in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type HttpRequestState 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
.Constructors in net.officefloor.spring.webflux with parameters of type HttpRequestState Constructor Description OfficeFloorServerHttpRequest(HttpRequest httpRequest, HttpRequestState requestState, java.lang.String contextPath, org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory)
Instantiate. -
Uses of HttpRequestState in net.officefloor.tutorial.inherithttpserver
Methods in net.officefloor.tutorial.inherithttpserver with parameters of type HttpRequestState Modifier and Type Method Description GrandChildLogic.AlternateHeaderValues
GrandChildLogic. getTemplateData(HttpRequestState requestState)
-
Uses of HttpRequestState in net.officefloor.web.mock
Methods in net.officefloor.web.mock that return HttpRequestState Modifier and Type Method Description static HttpRequestState
MockWebApp. mockRequestState(ServerHttpConnection connection)
Mocks theHttpRequestState
. -
Uses of HttpRequestState in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl that return HttpRequestState Modifier and Type Method Description HttpRequestState
FunctionAuthenticateContext. getRequestState()
Obtains theHttpRequestState
.HttpRequestState
FunctionLogoutContext. getRequestState()
Obtains theHttpRequestState
. -
Uses of HttpRequestState in net.officefloor.web.security.scheme
Fields in net.officefloor.web.security.scheme declared as HttpRequestState Modifier and Type Field Description protected HttpRequestState
AbstractMockHttpSecurityActionContext. requestState
Methods in net.officefloor.web.security.scheme that return HttpRequestState Modifier and Type Method Description HttpRequestState
AbstractMockHttpSecurityActionContext. getRequestState()
HttpRequestState
MockHttpRatifyContext. getRequestState()
-
Uses of HttpRequestState in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpRequestState Modifier and Type Method Description HttpRequestState
HttpSecurityActionContext. getRequestState()
Obtains theHttpRequestState
. -
Uses of HttpRequestState in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type HttpRequestState Modifier and Type Method Description static java.io.Serializable
HttpRequestStateManagedObjectSource. exportHttpRequestState(HttpRequestState requestState)
Exports a momento for the current state of thisHttpRequestState
.static void
HttpRequestStateManagedObjectSource. importHttpRequestState(java.io.Serializable momento, HttpRequestState requestState)
Imports the state from the momento.static void
HttpRequestStateManagedObjectSource. initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState)
Initialises theHttpRequestState
.
-