Uses of Class
net.officefloor.server.http.HttpVersion
-
-
Uses of HttpVersion in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpVersion Modifier and Type Method Description void
SamHttpResponseWriter. writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<java.nio.ByteBuffer> contentHeadStreamBuffer)
-
Uses of HttpVersion in net.officefloor.server.http
Fields in net.officefloor.server.http declared as HttpVersion Modifier and Type Field Description static HttpVersion
HttpVersion. HTTP_1_0
HttpVersion
1.0.static HttpVersion
HttpVersion. HTTP_1_1
HttpVersion
1.1.Methods in net.officefloor.server.http that return HttpVersion Modifier and Type Method Description static HttpVersion
HttpVersion. getHttpVersion(java.lang.String version)
Obtains theHttpVersion
.HttpVersion
HttpVersion.HttpVersionEnum. getHttpVersion()
Obtains the singletonHttpVersion
for thisHttpVersion.HttpVersionEnum
.HttpVersion
HttpRequest. getVersion()
Obtains theHttpVersion
.HttpVersion
HttpResponse. getVersion()
Obtains theHttpVersion
.Methods in net.officefloor.server.http with parameters of type HttpVersion Modifier and Type Method Description boolean
HttpVersion. isEqual(HttpVersion httpMethod)
Equals without the type checking.void
HttpResponse. setVersion(HttpVersion version)
Override theHttpVersion
.<B> void
HttpException. writeHttpResponse(HttpVersion version, boolean isIncludeStackTrace, StreamBuffer<B> head, StreamBufferPool<B> bufferPool)
Writes the HTTP response for thisHttpException
.void
HttpResponseWriter. writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<B> contentHeadStreamBuffer)
Writes theHttpResponse
. -
Uses of HttpVersion in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return HttpVersion Modifier and Type Method Description HttpVersion
MaterialisingHttpRequest. getVersion()
HttpVersion
ProcessAwareHttpResponse. getVersion()
HttpVersion
SerialisableHttpRequest. getVersion()
Methods in net.officefloor.server.http.impl with parameters of type HttpVersion Modifier and Type Method Description SerialisableHttpRequest
SerialisableHttpRequest. createHttpRequest(HttpVersion clientHttpVersion, HttpRequestCookies cookies)
Creates aSerialisableHttpRequest
from thisSerializable
state.void
ProcessAwareHttpResponse. setVersion(HttpVersion version)
Constructors in net.officefloor.server.http.impl with parameters of type HttpVersion Constructor Description MaterialisingHttpRequest(java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, HttpRequestHeaders headers, HttpRequestCookies cookies, ByteSequence entity)
Instantiate.ProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ManagedObjectContext managedObjectContext)
Instantiate.ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<B> writer, StreamBufferPool<B> bufferPool)
Instantiate.SerialisableHttpRequest(HttpMethod method, java.lang.String requestUri, HttpVersion version, SerialisableHttpRequestHeaders headers, HttpRequestCookies cookies, ByteArrayByteSequence entity)
Instantiate. -
Uses of HttpVersion in net.officefloor.server.http.mock
Fields in net.officefloor.server.http.mock declared as HttpVersion Modifier and Type Field Description protected HttpVersion
MockHttpServer.MockHttpResponseImpl. version
Methods in net.officefloor.server.http.mock that return HttpVersion Modifier and Type Method Description HttpVersion
MockHttpResponse. getVersion()
Obtains theHttpVersion
.HttpVersion
MockHttpServer.MockHttpResponseImpl. getVersion()
Methods in net.officefloor.server.http.mock with parameters of type HttpVersion Modifier and Type Method Description protected MockHttpResponse
MockHttpServer. createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
Creates theMockHttpResponse
.MockHttpRequestBuilder
MockHttpRequestBuilder. version(HttpVersion version)
Specifies theHttpVersion
.Constructors in net.officefloor.server.http.mock with parameters of type HttpVersion Constructor Description MockHttpResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
Loads the response. -
Uses of HttpVersion in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that return HttpVersion Modifier and Type Method Description HttpVersion
HttpRequestParser. getVersion()
Obtains theHttpVersion
. -
Uses of HttpVersion in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpVersion Modifier and Type Method Description void
HttpServletHttpResponseWriter. writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<java.nio.ByteBuffer> contentHeadStreamBuffer)
-
Uses of HttpVersion in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type HttpVersion Modifier and Type Method Description protected MockHttpResponse
MockWoofServer. createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
Constructors in net.officefloor.woof.mock with parameters of type HttpVersion Constructor Description MockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
-