org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPEncodingInterceptor.CommittedGZIPOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.util.CommitHeaderOutputStream
org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.CommittedGZIPOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- GZIPEncodingInterceptor
public static class GZIPEncodingInterceptor.CommittedGZIPOutputStream
- extends CommitHeaderOutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gzip
protected GZIPOutputStream gzip
GZIPEncodingInterceptor.CommittedGZIPOutputStream
protected GZIPEncodingInterceptor.CommittedGZIPOutputStream(OutputStream delegate,
CommitHeaderOutputStream.CommitCallback headers)
getGzip
public GZIPOutputStream getGzip()
commit
public void commit()
- Overrides:
commit
in class CommitHeaderOutputStream
Copyright © 2013. All Rights Reserved.