Uses of Class
net.officefloor.server.http.HttpVersion
Packages that use HttpVersion
Package
Description
-
Uses of HttpVersion in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpVersionModifier and TypeMethodDescriptionvoidSamHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpVersion in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function with parameters of type HttpVersionModifier and TypeMethodDescriptionvoidGoogleFunctionHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpVersion in net.officefloor.server.http
Fields in net.officefloor.server.http declared as HttpVersionModifier and TypeFieldDescriptionstatic HttpVersionHttpVersion.HTTP_1_0HttpVersion1.0.static HttpVersionHttpVersion.HTTP_1_1HttpVersion1.1.Methods in net.officefloor.server.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.getHttpVersion(String version) Obtains theHttpVersion.HttpVersion.HttpVersionEnum.getHttpVersion()Obtains the singletonHttpVersionfor thisHttpVersion.HttpVersionEnum.HttpRequest.getVersion()Obtains theHttpVersion.HttpResponse.getVersion()Obtains theHttpVersion.Methods in net.officefloor.server.http with parameters of type HttpVersionModifier and TypeMethodDescriptionbooleanHttpVersion.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 HttpVersionModifier and TypeMethodDescriptionMaterialisingHttpRequest.getVersion()ProcessAwareHttpResponse.getVersion()SerialisableHttpRequest.getVersion()Methods in net.officefloor.server.http.impl with parameters of type HttpVersionModifier and TypeMethodDescriptionSerialisableHttpRequest.createHttpRequest(HttpVersion clientHttpVersion, HttpRequestCookies cookies) Creates aSerialisableHttpRequestfrom thisSerializablestate.voidProcessAwareHttpResponse.setVersion(HttpVersion version) Constructors in net.officefloor.server.http.impl with parameters of type HttpVersionModifierConstructorDescriptionMaterialisingHttpRequest(Supplier<HttpMethod> methodSupplier, Supplier<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, Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<B> writer, StreamBufferPool<B> bufferPool) Instantiate.SerialisableHttpRequest(HttpMethod method, 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 HttpVersionModifier and TypeFieldDescriptionprotected final HttpVersionMockHttpServer.MockHttpResponseImpl.versionMethods in net.officefloor.server.http.mock that return HttpVersionModifier and TypeMethodDescriptionMockHttpResponse.getVersion()Obtains theHttpVersion.MockHttpServer.MockHttpResponseImpl.getVersion()Methods in net.officefloor.server.http.mock with parameters of type HttpVersionModifier and TypeMethodDescriptionprotected MockHttpResponseMockHttpServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Creates theMockHttpResponse.MockHttpRequestBuilder.version(HttpVersion version) Specifies theHttpVersion.Constructors in net.officefloor.server.http.mock with parameters of type HttpVersionModifierConstructorDescriptionprotectedMockHttpResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Loads the response. -
Uses of HttpVersion in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that return HttpVersion -
Uses of HttpVersion in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpVersionModifier and TypeMethodDescriptionvoidHttpServletHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpVersion in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type HttpVersionModifierConstructorDescriptionSpringServerHttpConnection(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<ByteBuffer> writer, StreamBufferPool<ByteBuffer> bufferPool, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter, org.springframework.web.servlet.DispatcherServlet dispatcherServlet, org.springframework.context.ApplicationContext applicationContext, List<SpringExceptionHandler> exceptionHandlers) Instantiate. -
Uses of HttpVersion in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type HttpVersionModifier and TypeMethodDescriptionprotected MockHttpResponseMockWoofServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Constructors in net.officefloor.woof.mock with parameters of type HttpVersionModifierConstructorDescriptionprotectedMockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Instantiate.