Interface GzipFactory
-
- All Known Implementing Classes:
GzipHandler
public interface GzipFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeflatergetDeflater(Request request, long content_length)booleanisMimeTypeGzipable(String mimetype)voidrecycle(Deflater deflater)
-