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 Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doInitializeProvider(InterceptorProvider provider, Bus bus)
boolean
getForce()
Retrieve the value set withsetForce(boolean)
.int
getThreshold()
void
setForce(boolean b)
Set if GZIP is always used without negotiationvoid
setThreshold(int threshold)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
-
-
-
Method Detail
-
doInitializeProvider
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
- Specified by:
doInitializeProvider
in interfaceAbstractPortableFeature
-
setThreshold
public void setThreshold(int threshold)
-
getThreshold
public int getThreshold()
-
setForce
public void setForce(boolean b)
Set if GZIP is always used without negotiation- Parameters:
b
-
-
getForce
public boolean getForce()
Retrieve the value set withsetForce(boolean)
.
-
-