Interface GzipFactory
-
- All Known Implementing Classes:
GzipHandler
public interface GzipFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.zip.Deflater
getDeflater(Request request, long contentLength)
boolean
isMimeTypeGzipable(java.lang.String mimetype)
void
recycle(java.util.zip.Deflater deflater)
-
-
-
Method Detail
-
getDeflater
java.util.zip.Deflater getDeflater(Request request, long contentLength)
-
isMimeTypeGzipable
boolean isMimeTypeGzipable(java.lang.String mimetype)
-
recycle
void recycle(java.util.zip.Deflater deflater)
-
-