Uses of Class
org.eclipse.jetty.http.CompressedContentFormat
Packages that use CompressedContentFormat
-
Uses of CompressedContentFormat in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as CompressedContentFormatModifier and TypeFieldDescriptionstatic final CompressedContentFormatCompressedContentFormat.BRstatic final CompressedContentFormatCompressedContentFormat.GZIPstatic final CompressedContentFormat[]CompressedContentFormat.NONEMethods in org.eclipse.jetty.http that return types with arguments of type CompressedContentFormatModifier and TypeMethodDescriptionMap<CompressedContentFormat,? extends HttpContent> HttpContent.getPrecompressedContents()PrecompressedHttpContent.getPrecompressedContents()ResourceHttpContent.getPrecompressedContents()Constructors in org.eclipse.jetty.http with parameters of type CompressedContentFormatModifierConstructorDescriptionPrecompressedHttpContent(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format) Constructor parameters in org.eclipse.jetty.http with type arguments of type CompressedContentFormatModifierConstructorDescriptionResourceHttpContent(org.eclipse.jetty.util.resource.Resource resource, String contentType, int maxBuffer, Map<CompressedContentFormat, HttpContent> precompressedContents)