Class ThresholdGZIPOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
com.logicaldoc.webservice.ThresholdGZIPOutInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class ThresholdGZIPOutInterceptor extends org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor

    org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.UseGzip
  • Field Summary

    Fields inherited from class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor

    ENCODINGS, GZIP_ENCODING_KEY, ORIGINAL_OUTPUT_STREAM_KEY, SOAP_JMS_CONTENTENCODING, USE_GZIP_KEY, ZERO_Q
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setThreshold(int threshold)
     

    Methods inherited from class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor

    getSupportedPayloadContentTypes, getThreshold, gzipPermitted, handleMessage, setForce, setSupportedPayloadContentTypes

    Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor

    addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThresholdGZIPOutInterceptor

      public ThresholdGZIPOutInterceptor()
  • Method Details

    • setThreshold

      public void setThreshold(int threshold)
      Overrides:
      setThreshold in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor