org.xnio.conduits.Conduit, org.xnio.conduits.SourceConduit, org.xnio.conduits.StreamSourceConduitpublic 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(java.nio.ByteBuffer buf) |
|
protected boolean |
readHeader(java.nio.ByteBuffer headerData) |
awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReadsread, read, terminateReads, transferTo, transferTopublic static final ConduitWrapper<org.xnio.conduits.StreamSourceConduit> WRAPPER
public GzipStreamSourceConduit(HttpServerExchange exchange, org.xnio.conduits.StreamSourceConduit next)
protected boolean readHeader(java.nio.ByteBuffer headerData)
throws java.io.IOException
readHeader in class InflatingStreamSourceConduitjava.io.IOExceptionprotected void readFooter(java.nio.ByteBuffer buf)
throws java.io.IOException
readFooter in class InflatingStreamSourceConduitjava.io.IOExceptionprotected void dataDeflated(byte[] data,
int off,
int len)
dataDeflated in class InflatingStreamSourceConduitCopyright © 2018. All rights reserved.