Uses of Class
org.eclipse.jetty.http.CompressedContentFormat
Packages that use CompressedContentFormat
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
-
Uses of CompressedContentFormat in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as CompressedContentFormatModifier and TypeFieldDescriptionprivate final CompressedContentFormatPrecompressedHttpContent._formatstatic final CompressedContentFormatCompressedContentFormat.BRstatic final CompressedContentFormatCompressedContentFormat.GZIPstatic final CompressedContentFormat[]CompressedContentFormat.NONEFields in org.eclipse.jetty.http with type parameters of type CompressedContentFormatModifier and TypeFieldDescription(package private) Map<CompressedContentFormat, HttpContent> ResourceHttpContent._precompressedContentsMethods 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(Resource resource, String contentType, int maxBuffer, Map<CompressedContentFormat, HttpContent> precompressedContents) -
Uses of CompressedContentFormat in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as CompressedContentFormatModifier and TypeFieldDescriptionprivate final CompressedContentFormat[]CachedContentFactory._precompressedFormatsprivate final CompressedContentFormat[]ResourceContentFactory._precompressedFormatsprivate CompressedContentFormat[]ResourceService._precompressedFormatsFields in org.eclipse.jetty.server with type parameters of type CompressedContentFormatModifier and TypeFieldDescriptionCachedContentFactory.CachedHttpContent._precompressedprivate static final Map<CompressedContentFormat, CachedContentFactory.CachedPrecompressedHttpContent> CachedContentFactory.NO_PRECOMPRESSEDMethods in org.eclipse.jetty.server that return CompressedContentFormatModifier and TypeMethodDescriptionprivate CompressedContentFormatResourceService.getBestPrecompressedContent(List<String> preferredEncodings, Collection<CompressedContentFormat> availableFormats) ResourceService.getPrecompressedFormats()Methods in org.eclipse.jetty.server that return types with arguments of type CompressedContentFormatModifier and TypeMethodDescriptionMap<CompressedContentFormat, ? extends HttpContent> CachedContentFactory.CachedHttpContent.getPrecompressedContents()Methods in org.eclipse.jetty.server with parameters of type CompressedContentFormatModifier and TypeMethodDescriptionvoidResourceService.setPrecompressedFormats(CompressedContentFormat[] precompressedFormats) Method parameters in org.eclipse.jetty.server with type arguments of type CompressedContentFormatModifier and TypeMethodDescriptionprivate CompressedContentFormatResourceService.getBestPrecompressedContent(List<String> preferredEncodings, Collection<CompressedContentFormat> availableFormats) Constructors in org.eclipse.jetty.server with parameters of type CompressedContentFormatModifierConstructorDescriptionCachedContentFactory(CachedContentFactory parent, ResourceFactory factory, MimeTypes mimeTypes, boolean useFileMappedBuffer, boolean etags, CompressedContentFormat[] precompressedFormats) Constructor.(package private)CachedPrecompressedHttpContent(CachedContentFactory.CachedHttpContent content, CachedContentFactory.CachedHttpContent precompressedContent, CompressedContentFormat format) ResourceContentFactory(ResourceFactory factory, MimeTypes mimeTypes, CompressedContentFormat[] precompressedFormats) Constructor parameters in org.eclipse.jetty.server with type arguments of type CompressedContentFormatModifierConstructorDescription(package private)CachedHttpContent(String pathInContext, Resource resource, Map<CompressedContentFormat, CachedContentFactory.CachedHttpContent> precompressedResources) -
Uses of CompressedContentFormat in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return CompressedContentFormatMethods in org.eclipse.jetty.server.handler with parameters of type CompressedContentFormatModifier and TypeMethodDescriptionvoidResourceHandler.setPrecompressedFormats(CompressedContentFormat[] precompressedFormats) -
Uses of CompressedContentFormat in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return CompressedContentFormatModifier and TypeMethodDescriptionprivate CompressedContentFormat[]DefaultServlet.parsePrecompressedFormats(String precompressed, boolean gzip)