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 voidSamHttpResponseWriter. 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 HttpVersionHttpVersion. HTTP_1_0HttpVersion1.0.static HttpVersionHttpVersion. HTTP_1_1HttpVersion1.1.Methods in net.officefloor.server.http that return HttpVersion Modifier and Type Method Description static HttpVersionHttpVersion. getHttpVersion(java.lang.String version)Obtains theHttpVersion.HttpVersionHttpVersion.HttpVersionEnum. getHttpVersion()Obtains the singletonHttpVersionfor thisHttpVersion.HttpVersionEnum.HttpVersionHttpRequest. getVersion()Obtains theHttpVersion.HttpVersionHttpResponse. getVersion()Obtains theHttpVersion.Methods in net.officefloor.server.http with parameters of type HttpVersion Modifier and Type Method Description booleanHttpVersion. isEqual(HttpVersion httpMethod)Equals without the type checking.voidHttpResponse. setVersion(HttpVersion version)Override theHttpVersion.<B> voidHttpException. writeHttpResponse(HttpVersion version, boolean isIncludeStackTrace, StreamBuffer<B> head, StreamBufferPool<B> bufferPool)Writes the HTTP response for thisHttpException.voidHttpResponseWriter. 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 HttpVersionMaterialisingHttpRequest. getVersion()HttpVersionProcessAwareHttpResponse. getVersion()HttpVersionSerialisableHttpRequest. getVersion()Methods in net.officefloor.server.http.impl with parameters of type HttpVersion Modifier and Type Method Description SerialisableHttpRequestSerialisableHttpRequest. createHttpRequest(HttpVersion clientHttpVersion, HttpRequestCookies cookies)Creates aSerialisableHttpRequestfrom thisSerializablestate.voidProcessAwareHttpResponse. 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 HttpVersionMockHttpServer.MockHttpResponseImpl. versionMethods in net.officefloor.server.http.mock that return HttpVersion Modifier and Type Method Description HttpVersionMockHttpResponse. getVersion()Obtains theHttpVersion.HttpVersionMockHttpServer.MockHttpResponseImpl. getVersion()Methods in net.officefloor.server.http.mock with parameters of type HttpVersion Modifier and Type Method Description protected MockHttpResponseMockHttpServer. createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)Creates theMockHttpResponse.MockHttpRequestBuilderMockHttpRequestBuilder. 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 HttpVersionHttpRequestParser. 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 voidHttpServletHttpResponseWriter. 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 MockHttpResponseMockWoofServer. 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)
-