Interface GzipFactory

  • All Known Implementing Classes:
    GzipHandler

    public interface GzipFactory
    • Method Detail

      • getDeflater

        java.util.zip.Deflater getDeflater​(Request request,
                                           long contentLength)
      • isMimeTypeGzipable

        boolean isMimeTypeGzipable​(java.lang.String mimetype)
      • recycle

        void recycle​(java.util.zip.Deflater deflater)