class |
AbstractMessageSourceConduit<D extends MessageSourceConduit> |
An abstract base class for filtering message source conduits.
|
class |
AbstractStreamSourceConduit<D extends StreamSourceConduit> |
An abstract base class for filtering stream source conduits.
|
class |
BlockingStreamSourceConduit |
A stream source conduit which can switch into and out of blocking mode.
|
class |
BufferedStreamSourceConduit |
A stream source conduit which buffers input.
|
class |
FixedLengthStreamSourceConduit |
A stream source conduit which limits the length of input.
|
class |
FramingMessageSourceConduit |
A message source conduit which implements a simple message framing protocol over a stream conduit.
|
class |
InflatingStreamSourceConduit |
A filtering stream source conduit which decompresses the source data.
|
class |
MessageStreamSourceConduit |
A stream source conduit which reads stream data from messages.
|
class |
PushBackStreamSourceConduit |
A stream source conduit which allows buffers to be "pushed back" to the head of the stream.
|