public static class GZIPFeature.Portable extends Object implements AbstractPortableFeature
| Constructor and Description | 
|---|
| Portable() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| boolean | getForce()Retrieve the value set with  setForce(boolean). | 
| int | getThreshold() | 
| void | setForce(boolean b)Set if GZIP is always used without negotiation | 
| void | setThreshold(int threshold) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActive, initialize, initialize, initialize, initializepublic void doInitializeProvider(InterceptorProvider provider, Bus bus)
doInitializeProvider in interface AbstractPortableFeaturepublic void setThreshold(int threshold)
public int getThreshold()
public void setForce(boolean b)
b - public boolean getForce()
setForce(boolean).Apache CXF