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 voidWebFluxSectionSource. service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion)Services theServerHttpConnectionvia 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.AlternateHeaderValuesGrandChildLogic. 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 HttpRequestStateMockWebApp. 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 HttpRequestStateFunctionAuthenticateContext. getRequestState()Obtains theHttpRequestState.HttpRequestStateFunctionLogoutContext. 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 HttpRequestStateAbstractMockHttpSecurityActionContext. requestStateMethods in net.officefloor.web.security.scheme that return HttpRequestState Modifier and Type Method Description HttpRequestStateAbstractMockHttpSecurityActionContext. getRequestState()HttpRequestStateMockHttpRatifyContext. 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 HttpRequestStateHttpSecurityActionContext. 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.SerializableHttpRequestStateManagedObjectSource. exportHttpRequestState(HttpRequestState requestState)Exports a momento for the current state of thisHttpRequestState.static voidHttpRequestStateManagedObjectSource. importHttpRequestState(java.io.Serializable momento, HttpRequestState requestState)Imports the state from the momento.static voidHttpRequestStateManagedObjectSource. initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState)Initialises theHttpRequestState.
-