Interface GzipFactory
-
- All Known Implementing Classes:
GzipHandler
@Deprecated(since="2021-05-27") public interface GzipFactory
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DeflatergetDeflater(Request request, long contentLength)Deprecated.booleanisMimeTypeGzipable(String mimetype)Deprecated.voidrecycle(Deflater deflater)Deprecated.
-