Uses of Interface
net.officefloor.server.http.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in net.officefloor.server.google.function.wrap
Constructors in net.officefloor.server.google.function.wrap with parameters of type HttpRequest -
Uses of HttpRequest in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpRequestModifier and TypeMethodDescriptionServerHttpConnection.getClientRequest()Obtains the actual client sentHttpRequestfor theServerHttpConnection.ServerHttpConnection.getRequest()Obtains theHttpRequestto be serviced.Methods in net.officefloor.server.http with parameters of type HttpRequestModifier and TypeMethodDescriptionstatic StringEntityUtil.toString(HttpRequest request, 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 HttpRequestMethods in net.officefloor.server.http.impl that return HttpRequestModifier and TypeMethodDescriptionProcessAwareServerHttpConnectionManagedObject.getClientRequest()ProcessAwareServerHttpConnectionManagedObject.getRequest()Constructors in net.officefloor.server.http.impl with parameters of type HttpRequestModifierConstructorDescriptionSerialisableHttpRequest(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 HttpRequestModifier and TypeMethodDescriptionMockHttpRequestBuilder.build()Builds a mockHttpRequestfrom thisMockHttpRequestBuilderconfiguration.MockHttpServer.MockServerHttpConnectionImpl.getClientRequest()MockHttpServer.MockServerHttpConnectionImpl.getRequest() -
Uses of HttpRequest in net.officefloor.spring.webflux
Constructors in net.officefloor.spring.webflux with parameters of type HttpRequestModifierConstructorDescriptionOfficeFloorServerHttpRequest(HttpRequest httpRequest, HttpRequestState requestState, 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 HttpRequestModifier and TypeMethodDescriptionH[]AcceptNegotiator.getHandler(HttpRequest request) Obtains the acceptable handlers 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 HttpRequestModifier and TypeMethodDescriptionvoidHttpArgumentParser.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 HttpRequestModifierConstructorDescriptionHttpPath(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 HttpRequestModifier and TypeMethodDescriptionBasicHttpSecuritySource.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 HttpRequestModifier and TypeMethodDescriptionvoidFormHttpArgumentParser.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.