Interface GzipFactory

All Known Implementing Classes:
GzipHandler

public interface GzipFactory
  • Method Details

    • getDeflater

      Deflater getDeflater(Request request, long contentLength)
    • isMimeTypeGzipable

      boolean isMimeTypeGzipable(String mimetype)
    • recycle

      void recycle(Deflater deflater)