Class CompressionAnalyzerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      <,​> configuration)  
    • Method Summary

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

        , , , , , , , , , ,
    • Constructor Detail

      • CompressionAnalyzerImpl

        public <,​> configuration)
    • Method Detail

      • isCompressable

        public boolean  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