Uses of Interface
net.officefloor.server.http.HttpRequest
-
-
Uses of HttpRequest in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpRequest Modifier and Type Method Description HttpRequestServerHttpConnection. getClientRequest()Obtains the actual client sentHttpRequestfor theServerHttpConnection.HttpRequestServerHttpConnection. getRequest()Obtains theHttpRequestto be serviced.Methods in net.officefloor.server.http with parameters of type HttpRequest Modifier and Type Method Description static java.lang.StringEntityUtil. toString(HttpRequest request, java.nio.charset.Charset charset)Obtains the HTTP entity content from theHttpRequest. -
Uses of HttpRequest in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpRequest Modifier and Type Class Description classMaterialisingHttpRequestHttpRequestimplementation.classSerialisableHttpRequestSerializableHttpRequest.Methods in net.officefloor.server.http.impl that return HttpRequest Modifier and Type Method Description HttpRequestProcessAwareServerHttpConnectionManagedObject. getClientRequest()HttpRequestProcessAwareServerHttpConnectionManagedObject. getRequest()Constructors in net.officefloor.server.http.impl with parameters of type HttpRequest Constructor Description SerialisableHttpRequest(HttpRequest request, HttpRequestCookies cookies, ByteSequence entity)Instantiate from existingHttpRequest. -
Uses of HttpRequest in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock that return HttpRequest Modifier and Type Method Description HttpRequestMockHttpRequestBuilder. build()Builds a mockHttpRequestfrom thisMockHttpRequestBuilderconfiguration.HttpRequestMockHttpServer.MockServerHttpConnectionImpl. getClientRequest()HttpRequestMockHttpServer.MockServerHttpConnectionImpl. getRequest() -
Uses of HttpRequest in net.officefloor.spring.webflux
Constructors in net.officefloor.spring.webflux with parameters of type HttpRequest Constructor Description OfficeFloorServerHttpRequest(HttpRequest httpRequest, HttpRequestState requestState, java.lang.String contextPath, org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory)Instantiate. -
Uses of HttpRequest in net.officefloor.web.accept
Methods in net.officefloor.web.accept with parameters of type HttpRequest Modifier and Type Method Description HAcceptNegotiator. getHandler(HttpRequest request)Obtains the acceptable handler for theHttpRequest.HAcceptNegotiatorImpl. getHandler(HttpRequest request) -
Uses of HttpRequest in net.officefloor.web.build
Methods in net.officefloor.web.build with parameters of type HttpRequest Modifier and Type Method Description voidHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)Parses the HTTP entity. -
Uses of HttpRequest in net.officefloor.web.resource.source
Constructors in net.officefloor.web.resource.source with parameters of type HttpRequest Constructor Description HttpPath(HttpRequest request, WebServicer webServicer)Instantiate. -
Uses of HttpRequest in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type HttpRequest Modifier and Type Method Description static BasicHttpSecuritySource.BasicCredentialsBasicHttpSecuritySource. getBasicCredentials(HttpRequest request)Obtains theBasicHttpSecuritySource.BasicCredentialsfrom theHttpRequest.static HttpAuthenticationSchemeHttpAuthenticationScheme. getHttpAuthenticationScheme(HttpRequest request) -
Uses of HttpRequest in net.officefloor.web.tokenise
Methods in net.officefloor.web.tokenise with parameters of type HttpRequest Modifier and Type Method Description voidFormHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)static voidHttpRequestTokeniser. tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader)Tokenises theapplication/x-www-form-urlencodedentity.static voidHttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)Tokenises theHttpRequestfor the arguments to theValueLoader.
-