Uses of Class
net.officefloor.server.http.HttpHeaderValue
-
-
Uses of HttpHeaderValue in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpHeaderValue 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 HttpHeaderValue in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpHeaderValue Modifier and Type Method Description HttpHeaderValue
DateHttpHeaderClock. getDateHttpHeaderValue()
Obtains theDate
HttpHeaderValue
.static HttpHeaderValue
HttpServer. getServerHttpHeaderValue(HttpServerImplementationContext context, java.lang.String suffix)
Convenience method to obtain theServer
HttpHeaderValue
.Methods in net.officefloor.server.http with parameters of type HttpHeaderValue Modifier and Type Method Description HttpHeader
HttpResponseHeaders. addHeader(java.lang.String name, HttpHeaderValue value)
Adds aHttpHeader
.HttpHeader
HttpResponseHeaders. addHeader(HttpHeaderName name, HttpHeaderValue value)
Adds aHttpHeader
.void
HttpResponse. setContentType(HttpHeaderValue contentTypeAndCharsetValue, java.nio.charset.Charset charset)
Provides means to useHttpHeaderValue
to specify both theContent-Type
andcharset
for more efficiency.void
HttpResponseWriter. 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 HttpHeaderValue Constructor Description AbstractHttpServicerFactory(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, javax.net.ssl.SSLContext sslContext)
Instantiate for secure servicing.WritableHttpHeader(java.lang.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 HttpHeaderValue Modifier and Type Method Description HttpHeader
ProcessAwareHttpResponseHeaders. addHeader(java.lang.String name, HttpHeaderValue value)
HttpHeader
ProcessAwareHttpResponseHeaders. addHeader(HttpHeaderName name, HttpHeaderValue value)
void
ProcessAwareHttpResponse. setContentType(HttpHeaderValue contentTypeAndCharsetValue, java.nio.charset.Charset charset)
Constructors in net.officefloor.server.http.impl with parameters of type HttpHeaderValue Constructor Description 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. -
Uses of HttpHeaderValue in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpHeaderValue 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 HttpHeaderValue in net.officefloor.tutorial.corshttpserver
Fields in net.officefloor.tutorial.corshttpserver declared as HttpHeaderValue Modifier and Type Field Description static HttpHeaderValue
Cors. ALL
-
Uses of HttpHeaderValue in net.officefloor.web.resource
Methods in net.officefloor.web.resource that return HttpHeaderValue Modifier and Type Method Description HttpHeaderValue
HttpFile. getContentEncoding()
Obtains theContent-Encoding
for thisHttpFile
.HttpHeaderValue
HttpFile. getContentType()
Obtains theContent-Type
for thisHttpFile
. -
Uses of HttpHeaderValue in net.officefloor.web.resource.impl
Methods in net.officefloor.web.resource.impl that return HttpHeaderValue Modifier and Type Method Description HttpHeaderValue
HttpFileImpl. getContentEncoding()
HttpHeaderValue
HttpFileImpl. getContentType()
Constructors in net.officefloor.web.resource.impl with parameters of type HttpHeaderValue Constructor Description HttpFileImpl(java.lang.String path, java.nio.file.Path cleanupResourcePath, java.nio.channels.FileChannel file, HttpHeaderValue contentEncoding, HttpHeaderValue contentType, java.nio.charset.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 HttpHeaderValue Modifier and Type Method Description void
ResourceTransformerContext. setContentEncoding(HttpHeaderValue contentEncoding)
Specifies theContent-Encoding
for the transformed resource.void
ResourceTransformerContext. setContentType(HttpHeaderValue contentType, java.nio.charset.Charset charset)
Allows specifying a newContent-Type
for the transformed resource.
-