public class GzipStreamSourceConduit extends InflatingStreamSourceConduit
Modifier and Type | Field | Description |
---|---|---|
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> |
WRAPPER |
Constructor | Description |
---|---|
GzipStreamSourceConduit(HttpServerExchange exchange,
org.xnio.conduits.StreamSourceConduit next) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
dataDeflated(byte[] data,
int off,
int len) |
|
protected void |
readFooter(ByteBuffer buf) |
|
protected boolean |
readHeader(ByteBuffer headerData) |
awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReads
read, read, terminateReads, transferTo, transferTo
public static final ConduitWrapper<org.xnio.conduits.StreamSourceConduit> WRAPPER
public GzipStreamSourceConduit(HttpServerExchange exchange, org.xnio.conduits.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 © 2018. All rights reserved.