Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.util.compression
Class JiveCompressionFilterContext

java.lang.Object
  extended by com.jivesoftware.base.util.compression.JiveCompressionFilterContext

public final class JiveCompressionFilterContext
extends java.lang.Object

Encapsulates the JiveCompressionFilter environment, including configuration and runtime statistics. This object may be conveniently passed around in the code to make this information available.


Constructor Summary
JiveCompressionFilterContext()
           
 
Method Summary
 int getCompressionThreshold()
           
 java.util.Collection getContentTypes()
           
 java.util.Collection getExcludeUserAgentPatterns()
           
 JiveCompressionFilterStats getStats()
           
 boolean isExcludeUserAgentPatterns()
           
 boolean isStatsEnabled()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JiveCompressionFilterContext

public JiveCompressionFilterContext()
Method Detail

getCompressionThreshold

public int getCompressionThreshold()

getStats

public JiveCompressionFilterStats getStats()

isStatsEnabled

public boolean isStatsEnabled()

getContentTypes

public java.util.Collection getContentTypes()

isExcludeUserAgentPatterns

public boolean isExcludeUserAgentPatterns()

getExcludeUserAgentPatterns

public java.util.Collection getExcludeUserAgentPatterns()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.