Class CompressionAnalyzerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      CompressionAnalyzerImpl​(java.util.Map<java.lang.String,​java.lang.Boolean> configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompressable​(java.lang.String contentType)
      For a given MIME type, is the content compressable via GZip?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompressionAnalyzerImpl

        public CompressionAnalyzerImpl​(java.util.Map<java.lang.String,​java.lang.Boolean> configuration)
    • Method Detail

      • isCompressable

        public boolean isCompressable​(java.lang.String contentType)
        Description copied from interface: CompressionAnalyzer
        For a given MIME type, is the content compressable via GZip?
        Specified by:
        isCompressable in interface CompressionAnalyzer
        Parameters:
        contentType - MIME content type, possibly included attributes such as encoding type
        Returns:
        true if the content is not "naturally" compressed