| AbstractConduit |
An abstract base class for filtering conduits.
|
| AbstractSinkConduit |
An abstract base class for filtering output conduits.
|
| AbstractSourceConduit |
An abstract base class for filtering source conduits.
|
| AbstractStreamSinkConduit |
An abstract base class for filtering stream sink conduits.
|
| AbstractStreamSourceConduit |
An abstract base class for filtering stream source conduits.
|
| AbstractSynchronizedConduit |
An abstract synchronized conduit.
|
| AbstractSynchronizedSinkConduit |
|
| AbstractSynchronizedSourceConduit |
An abstract synchronized source conduit.
|
| Conduit |
A conduit, or stage which data transfer is processed by or provided by.
|
| ConduitReadableMessageChannel |
A readable message channel which is backed by a message source conduit.
|
| ConduitStreamSinkChannel |
A stream sink channel which wraps a stream sink conduit.
|
| ConduitStreamSourceChannel |
A stream source channel which wraps a stream source conduit.
|
| ConduitWritableMessageChannel |
A writable message channel which is backed by a message sink conduit.
|
| FixedLengthStreamSinkConduit |
A stream sink conduit with a limited length.
|
| MessageSinkConduit |
A message sink conduit.
|
| MessageSourceConduit |
A message source conduit.
|
| ReadReadyHandler |
A conduit read-ready handler.
|
| SinkConduit |
A conduit which is a target or output for data.
|
| SourceConduit |
|
| StreamSinkConduit |
A sink (writable) conduit for byte streams.
|
| StreamSourceConduit |
|
| TerminateHandler |
The base ready handler type, which can forward termination requests as well as notifications of termination
completion.
|
| WriteReadyHandler |
A conduit write-ready handler.
|