Uses of Class
net.officefloor.server.http.HttpHeaderValue
Packages that use HttpHeaderValue
Package
Description
-
Uses of HttpHeaderValue in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionvoidSamHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpHeaderValue in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function that return HttpHeaderValueModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.getServerName()Obtains the serverHttpHeaderValue.Methods in net.officefloor.server.google.function with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionvoidGoogleFunctionHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpHeaderValue in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpHeaderValueModifier and TypeMethodDescriptionDateHttpHeaderClock.getDateHttpHeaderValue()Obtains theDateHttpHeaderValue.static HttpHeaderValueHttpServer.getServerHttpHeaderValue(HttpServerImplementationContext context, String suffix) Convenience method to obtain theServerHttpHeaderValue.Methods in net.officefloor.server.http with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionHttpResponseHeaders.addHeader(String name, HttpHeaderValue value) Adds aHttpHeader.HttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value) Adds aHttpHeader.voidHttpResponse.setContentType(HttpHeaderValue contentTypeAndCharsetValue, Charset charset) Provides means to useHttpHeaderValueto specify both theContent-Typeandcharsetfor more efficiency.voidHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<B> contentHeadStreamBuffer) Writes theHttpResponse.Constructors in net.officefloor.server.http with parameters of type HttpHeaderValueModifierConstructorDescriptionAbstractHttpServicerFactory(HttpServerLocation serverLocation, boolean isSecure, HttpRequestParser.HttpRequestParserMetaData metaData, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace) Instantiate.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace) Instantiate for non-secure servicing.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, SSLContext sslContext) Instantiate for secure servicing.WritableHttpHeader(String name, HttpHeaderValue value) Instantiate.WritableHttpHeader(HttpHeaderName name, HttpHeaderValue value) Instantiate. -
Uses of HttpHeaderValue in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionProcessAwareHttpResponseHeaders.addHeader(String name, HttpHeaderValue value) ProcessAwareHttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value) voidProcessAwareHttpResponse.setContentType(HttpHeaderValue contentTypeAndCharsetValue, Charset charset) Constructors in net.officefloor.server.http.impl with parameters of type HttpHeaderValueModifierConstructorDescriptionProcessAwareServerHttpConnectionManagedObject(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. -
Uses of HttpHeaderValue in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionvoidHttpServletHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpHeaderValue in net.officefloor.server.http.vertx
Constructors in net.officefloor.server.http.vertx with parameters of type HttpHeaderValueModifierConstructorDescriptionOfficeFloorVertxHandler(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> serviceInput) Instantiate. -
Uses of HttpHeaderValue in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type HttpHeaderValueModifierConstructorDescriptionSpringServerHttpConnection(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) Instantiate. -
Uses of HttpHeaderValue in net.officefloor.web.resource
Methods in net.officefloor.web.resource that return HttpHeaderValueModifier and TypeMethodDescriptionHttpFile.getContentEncoding()Obtains theContent-Encodingfor thisHttpFile.HttpFile.getContentType()Obtains theContent-Typefor thisHttpFile. -
Uses of HttpHeaderValue in net.officefloor.web.resource.impl
Methods in net.officefloor.web.resource.impl that return HttpHeaderValueModifier and TypeMethodDescriptionHttpFileImpl.getContentEncoding()HttpFileImpl.getContentType()Constructors in net.officefloor.web.resource.impl with parameters of type HttpHeaderValueModifierConstructorDescriptionHttpFileImpl(String path, Path cleanupResourcePath, FileChannel file, HttpHeaderValue contentEncoding, HttpHeaderValue contentType, Charset charset) Initiate an existingHttpFile. -
Uses of HttpHeaderValue in net.officefloor.web.resource.spi
Methods in net.officefloor.web.resource.spi with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionvoidResourceTransformerContext.setContentEncoding(HttpHeaderValue contentEncoding) Specifies theContent-Encodingfor the transformed resource.voidResourceTransformerContext.setContentType(HttpHeaderValue contentType, Charset charset) Allows specifying a newContent-Typefor the transformed resource.