-
- All Known Implementing Classes:
GzipHandler
public interface GzipFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jetty.util.compression.CompressionPool.EntrygetDeflaterEntry(Request request, long contentLength)booleanisMimeTypeGzipable(java.lang.String mimetype)
-
-
-
Method Detail
-
getDeflaterEntry
org.eclipse.jetty.util.compression.CompressionPool.Entry getDeflaterEntry(Request request, long contentLength)
-
isMimeTypeGzipable
boolean isMimeTypeGzipable(java.lang.String mimetype)
-
-