Uses of Interface
net.officefloor.web.state.HttpRequestState
Packages that use HttpRequestState
Package
Description
-
Uses of HttpRequestState in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type HttpRequestStateModifier and TypeMethodDescriptionstatic 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 HttpRequestStateModifierConstructorDescriptionOfficeFloorServerHttpRequest(HttpRequest httpRequest, HttpRequestState requestState, String contextPath, org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory) Instantiate. -
Uses of HttpRequestState in net.officefloor.web.mock
Methods in net.officefloor.web.mock that return HttpRequestStateModifier and TypeMethodDescriptionstatic HttpRequestStateMockWebApp.mockRequestState(ServerHttpConnection connection) Mocks theHttpRequestState. -
Uses of HttpRequestState in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl that return HttpRequestStateModifier and TypeMethodDescriptionFunctionAuthenticateContext.getRequestState()Obtains theHttpRequestState.FunctionLogoutContext.getRequestState()Obtains theHttpRequestState. -
Uses of HttpRequestState in net.officefloor.web.security.scheme
Fields in net.officefloor.web.security.scheme declared as HttpRequestStateModifier and TypeFieldDescriptionprotected final HttpRequestStateAbstractMockHttpSecurityActionContext.requestStateMethods in net.officefloor.web.security.scheme that return HttpRequestStateModifier and TypeMethodDescriptionAbstractMockHttpSecurityActionContext.getRequestState()MockHttpRatifyContext.getRequestState() -
Uses of HttpRequestState in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpRequestStateModifier and TypeMethodDescriptionHttpSecurityActionContext.getRequestState()Obtains theHttpRequestState. -
Uses of HttpRequestState in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type HttpRequestStateModifier and TypeMethodDescriptionstatic SerializableHttpRequestStateManagedObjectSource.exportHttpRequestState(HttpRequestState requestState) Exports a momento for the current state of thisHttpRequestState.static voidHttpRequestStateManagedObjectSource.importHttpRequestState(Serializable momento, HttpRequestState requestState) Imports the state from the momento.static voidHttpRequestStateManagedObjectSource.initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState) Initialises theHttpRequestState.