Uses of Class
org.eclipse.jetty.http.CompressedContentFormat
-
Packages that use CompressedContentFormat Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of CompressedContentFormat in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as CompressedContentFormat Modifier and Type Field Description static CompressedContentFormatCompressedContentFormat. BRstatic CompressedContentFormatCompressedContentFormat. GZIPstatic CompressedContentFormat[]CompressedContentFormat. NONEMethods in org.eclipse.jetty.http that return types with arguments of type CompressedContentFormat Modifier and Type Method Description Map<CompressedContentFormat,? extends HttpContent>HttpContent. getPrecompressedContents()Map<CompressedContentFormat,HttpContent>PrecompressedHttpContent. getPrecompressedContents()Map<CompressedContentFormat,HttpContent>ResourceHttpContent. getPrecompressedContents()Constructors in org.eclipse.jetty.http with parameters of type CompressedContentFormat Constructor Description PrecompressedHttpContent(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format)Constructor parameters in org.eclipse.jetty.http with type arguments of type CompressedContentFormat Constructor Description ResourceHttpContent(org.eclipse.jetty.util.resource.Resource resource, String contentType, int maxBuffer, Map<CompressedContentFormat,HttpContent> precompressedContents)
-