public class GzipStreamSourceConduit extends InflatingStreamSourceConduit
| Modifier and Type | Field and Description | 
|---|---|
| static ConduitWrapper<StreamSourceConduit> | WRAPPER | 
next| Constructor and Description | 
|---|
| GzipStreamSourceConduit(HttpServerExchange exchange,
                       StreamSourceConduit next) | 
| GzipStreamSourceConduit(HttpServerExchange exchange,
                       StreamSourceConduit next,
                       ObjectPool<Inflater> inflaterPool) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dataDeflated(byte[] data,
            int off,
            int len) | 
| protected void | readFooter(ByteBuffer buf) | 
| protected boolean | readHeader(ByteBuffer headerData) | 
newInstanceInflaterPool, read, read, simpleInflaterPool, terminateReads, transferTo, transferToawaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReadsgetWorkerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReadspublic static final ConduitWrapper<StreamSourceConduit> WRAPPER
public GzipStreamSourceConduit(HttpServerExchange exchange, StreamSourceConduit next)
public GzipStreamSourceConduit(HttpServerExchange exchange, StreamSourceConduit next, ObjectPool<Inflater> inflaterPool)
protected boolean readHeader(ByteBuffer headerData) throws IOException
readHeader in class InflatingStreamSourceConduitIOExceptionprotected void readFooter(ByteBuffer buf) throws IOException
readFooter in class InflatingStreamSourceConduitIOExceptionprotected void dataDeflated(byte[] data,
                            int off,
                            int len)
dataDeflated in class InflatingStreamSourceConduitCopyright © 2019 JBoss by Red Hat. All rights reserved.