Package org.openremote.container.web
Class GZIPEncodingInterceptor.CommittedGZIPOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.util.CommitHeaderOutputStream
org.openremote.container.web.GZIPEncodingInterceptor.CommittedGZIPOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- GZIPEncodingInterceptor
public static class GZIPEncodingInterceptor.CommittedGZIPOutputStream
extends org.jboss.resteasy.util.CommitHeaderOutputStream
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream
org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback -
Field Summary
FieldsFields inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream
delegate, headers, isHeadersCommitted -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommittedGZIPOutputStream(OutputStream delegate, org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback headers) -
Method Summary
Methods inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream
close, flush, getDelegate, setDelegate, setHeaders, write, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
gzip
-
-
Constructor Details
-
CommittedGZIPOutputStream
protected CommittedGZIPOutputStream(OutputStream delegate, org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback headers)
-
-
Method Details
-
getGzip
-
commit
public void commit()- Overrides:
commitin classorg.jboss.resteasy.util.CommitHeaderOutputStream
-