Package com.atlassian.gzipfilter.selector

Interface Summary
GzipCompatibilitySelector  
GzipCompatibilitySelectorFactory  
 

Class Summary
MimeTypeBasedSelector  
NoGzipCompatibilitySelector  
PatternMatcher This class may be called by multiple threads - it is internally synchronised.
UserAgentBasedGzipSelectorFactory This factory will lok into user agent header to decide whenever to dogzip compressing or not

By default gzip is on for defaultCompressableMimeTypes mime types and off for noCompressionUserAgents (IE 6 only)

This is adjustable via COMPRESSABLE_MIME_TYPES_PARAM_NAME an NO_COMPRESSION_USER_AGENTS_PARAM_NAME init-params respectively

 



Copyright © 2015 Atlassian. All rights reserved.