Interface GzipFactory

All Known Implementing Classes:
GzipHandler

@Deprecated(since="2021-05-27") public interface GzipFactory
Deprecated.
  • Method Details

    • getDeflater

      Deflater getDeflater(Request request, long contentLength)
      Deprecated.
    • isMimeTypeGzipable

      boolean isMimeTypeGzipable(String mimetype)
      Deprecated.
    • recycle

      void recycle(Deflater deflater)
      Deprecated.