@UsesMappedConfiguration(value=boolean.class) public interface CompressionAnalyzer
Modifier and Type | Method and Description |
---|---|
boolean |
isCompressable(String contentType)
For a given MIME type, is the content compressable via GZip?
|
boolean isCompressable(String contentType)
contentType
- MIME content type, possibly included attributes such as encoding type5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.