Interface GzipFactory

  • All Known Implementing Classes:
    GzipHandler

    public interface GzipFactory
    • Method Detail

      • getDeflater

        Deflater getDeflater​(Request request,
                             long content_length)
      • isMimeTypeGzipable

        boolean isMimeTypeGzipable​(String mimetype)
      • recycle

        void recycle​(Deflater deflater)