Interface | Description |
---|---|
AbstractFramedStreamSinkConduit.FrameCallBack |
Interface that is called when a frame event takes place.
|
ConduitListener<T extends org.xnio.conduits.Conduit> |
Class | Description |
---|---|
AbstractFramedStreamSinkConduit |
Utility class to ease the implementation of framed protocols.
|
BrokenStreamSourceConduit | |
ChunkedStreamSinkConduit |
Channel that implements HTTP chunked transfer coding.
|
ChunkedStreamSourceConduit |
Channel to de-chunkify data
|
DeflatingStreamSinkConduit |
Channel that handles deflate compression
|
EmptyStreamSourceConduit |
A stream source conduit which is always empty.
|
FinishableStreamSinkConduit | |
FinishableStreamSourceConduit |
A conduit that calls a finish listener when there is no data left in the underlying conduit.
|
FixedLengthStreamSinkConduit |
A channel which writes a fixed amount of data.
|
FixedLengthStreamSourceConduit |
A channel which reads data of a fixed length and calls a finish listener.
|
GzipStreamSinkConduit | |
HeadStreamSinkConduit |
A conduit that discards all data written to it.
|
PipelingBufferingStreamSinkConduit |
A buffer that is used when processing pipelined requests, that allows the server to
buffer multiple responses into a single write() call.
|
ReadDataStreamSourceConduit |
Copyright © 2013 JBoss by Red Hat. All rights reserved.