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 HttpRequest
ServerHttpConnection. getClientRequest()
Obtains the actual client sentHttpRequest
for theServerHttpConnection
.HttpRequest
ServerHttpConnection. getRequest()
Obtains theHttpRequest
to be serviced.Methods in net.officefloor.server.http with parameters of type HttpRequest Modifier and Type Method Description static java.lang.String
EntityUtil. 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 class
MaterialisingHttpRequest
HttpRequest
implementation.class
SerialisableHttpRequest
Serializable
HttpRequest
.Methods in net.officefloor.server.http.impl that return HttpRequest Modifier and Type Method Description HttpRequest
ProcessAwareServerHttpConnectionManagedObject. getClientRequest()
HttpRequest
ProcessAwareServerHttpConnectionManagedObject. 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 HttpRequest
MockHttpRequestBuilder. build()
Builds a mockHttpRequest
from thisMockHttpRequestBuilder
configuration.HttpRequest
MockHttpServer.MockServerHttpConnectionImpl. getClientRequest()
HttpRequest
MockHttpServer.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 H
AcceptNegotiator. getHandler(HttpRequest request)
Obtains the acceptable handler for theHttpRequest
.H
AcceptNegotiatorImpl. 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 void
HttpArgumentParser. 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.BasicCredentials
BasicHttpSecuritySource. getBasicCredentials(HttpRequest request)
Obtains theBasicHttpSecuritySource.BasicCredentials
from theHttpRequest
.static HttpAuthenticationScheme
HttpAuthenticationScheme. 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 void
FormHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)
static void
HttpRequestTokeniser. tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader)
Tokenises theapplication/x-www-form-urlencoded
entity.static void
HttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)
Tokenises theHttpRequest
for the arguments to theValueLoader
.
-