public class GzipStreamSourceConduit extends InflatingStreamSourceConduit
Modifier and Type | Field and Description |
---|---|
static ConduitWrapper<StreamSourceConduit> |
WRAPPER |
next
Constructor and Description |
---|
GzipStreamSourceConduit(HttpServerExchange exchange,
StreamSourceConduit next) |
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) |
read, read, terminateReads, transferTo, transferTo
awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReads
getWorker
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReads
public static final ConduitWrapper<StreamSourceConduit> WRAPPER
public GzipStreamSourceConduit(HttpServerExchange exchange, StreamSourceConduit next)
protected boolean readHeader(ByteBuffer headerData) throws IOException
readHeader
in class InflatingStreamSourceConduit
IOException
protected void readFooter(ByteBuffer buf) throws IOException
readFooter
in class InflatingStreamSourceConduit
IOException
protected void dataDeflated(byte[] data, int off, int len)
dataDeflated
in class InflatingStreamSourceConduit
Copyright © 2017 JBoss by Red Hat. All rights reserved.