Class GZIPFeature.Portable
- java.lang.Object
- 
- org.apache.cxf.transport.common.gzip.GZIPFeature.Portable
 
- 
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
 - Enclosing class:
- GZIPFeature
 
 public static class GZIPFeature.Portable extends Object implements AbstractPortableFeature 
- 
- 
Constructor SummaryConstructors Constructor Description Portable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(InterceptorProvider provider, Bus bus)booleangetForce()Retrieve the value set withsetForce(boolean).intgetThreshold()voidsetForce(boolean b)Set if GZIP is always used without negotiationvoidsetThreshold(int threshold)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeatureinitialize, initialize, initialize, initialize
 
- 
 
- 
- 
- 
Method Detail- 
doInitializeProviderpublic void doInitializeProvider(InterceptorProvider provider, Bus bus) - Specified by:
- doInitializeProviderin interface- AbstractPortableFeature
 
 - 
setThresholdpublic void setThreshold(int threshold) 
 - 
getThresholdpublic int getThreshold() 
 - 
setForcepublic void setForce(boolean b) Set if GZIP is always used without negotiation- Parameters:
- b-
 
 - 
getForcepublic boolean getForce() Retrieve the value set withsetForce(boolean).
 
- 
 
-