GzipStreamSourceConduitpublic class InflatingStreamSourceConduit
extends org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>
| Modifier and Type | Field | Description |
|---|---|---|
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> |
WRAPPER |
| Constructor | Description |
|---|---|
InflatingStreamSourceConduit(HttpServerExchange exchange,
org.xnio.conduits.StreamSourceConduit next) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
dataDeflated(byte[] data,
int off,
int len) |
|
int |
read(ByteBuffer dst) |
|
long |
read(ByteBuffer[] dsts,
int offset,
int length) |
|
protected void |
readFooter(ByteBuffer buf) |
|
protected boolean |
readHeader(ByteBuffer byteBuffer) |
|
void |
terminateReads() |
|
long |
transferTo(long position,
long count,
FileChannel target) |
|
long |
transferTo(long count,
ByteBuffer throughBuffer,
org.xnio.channels.StreamSinkChannel target) |
awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReadspublic static final ConduitWrapper<org.xnio.conduits.StreamSourceConduit> WRAPPER
public InflatingStreamSourceConduit(HttpServerExchange exchange, org.xnio.conduits.StreamSourceConduit next)
public int read(ByteBuffer dst) throws IOException
read in class org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>IOExceptionprotected void readFooter(ByteBuffer buf) throws IOException
IOExceptionprotected boolean readHeader(ByteBuffer byteBuffer) throws IOException
IOExceptionprotected void dataDeflated(byte[] data,
int off,
int len)
public long transferTo(long position,
long count,
FileChannel target)
throws IOException
transferTo in class org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>IOExceptionpublic long transferTo(long count,
ByteBuffer throughBuffer,
org.xnio.channels.StreamSinkChannel target)
throws IOException
transferTo in class org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>IOExceptionpublic long read(ByteBuffer[] dsts, int offset, int length) throws IOException
read in class org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>IOExceptionpublic void terminateReads()
throws IOException
terminateReads in class org.xnio.conduits.AbstractSourceConduit<org.xnio.conduits.StreamSourceConduit>IOExceptionCopyright © 2018. All rights reserved.