Package com.wavefront.agent.channel
Class GZIPEncodingInterceptorWithVariableCompression.CommittedGZIPOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.jboss.resteasy.util.CommitHeaderOutputStream
-
- com.wavefront.agent.channel.GZIPEncodingInterceptorWithVariableCompression.CommittedGZIPOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- GZIPEncodingInterceptorWithVariableCompression
public static class GZIPEncodingInterceptorWithVariableCompression.CommittedGZIPOutputStream extends org.jboss.resteasy.util.CommitHeaderOutputStream
-
-
Field Summary
Fields Modifier and Type Field Description protected GZIPOutputStream
gzip
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommittedGZIPOutputStream(OutputStream delegate, int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit()
GZIPOutputStream
getGzip()
-
-
-
Field Detail
-
gzip
protected GZIPOutputStream gzip
-
-
Constructor Detail
-
CommittedGZIPOutputStream
protected CommittedGZIPOutputStream(OutputStream delegate, int level)
-
-
Method Detail
-
getGzip
public GZIPOutputStream getGzip()
-
commit
public void commit()
- Overrides:
commit
in classorg.jboss.resteasy.util.CommitHeaderOutputStream
-
-