Interface GzipFactory

  • All Known Implementing Classes:
    GzipHandler

    public interface GzipFactory
    • Method Detail

      • getDeflaterEntry

        org.eclipse.jetty.util.compression.CompressionPool.Entry getDeflaterEntry​(Request request,
                                                                                  long contentLength)
      • isMimeTypeGzipable

        boolean isMimeTypeGzipable​(java.lang.String mimetype)