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 Details

    • Portable

      public Portable()
  • Method Details

    • doInitializeProvider

      public void doInitializeProvider(InterceptorProvider provider, Bus bus)
      Specified by:
      doInitializeProvider in interface AbstractPortableFeature
    • 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 with setForce(boolean).