See: Description
| Interface | Description |
|---|---|
| ChannelOpener<ChannelType extends Channel> |
Defines an interface to open a new
Channel for processing. |
| ChannelProcessor<DataType,ChannelType extends Channel> |
Defines an interface for processing the data of an open
Channel and
to forward the processed data to an AsyncDataListener. |
| ChannelProcessor.StateListener |
The interface through which the
ChannelProcessor may set the
current state of progress of the processing of the channel. |
| InputStreamOpener |
Defines an interface for opening a new input stream for reading.
|
| Class | Description |
|---|---|
| AsyncChannelLink<DataType> |
Defines an
AsyncDataLink which allows to read an arbitrary
Channel and process its content to be provided as asynchronously. |
| DeserializerChannelProcessor |
Defines a
ChannelProcessor which reads and deserializes the first
object from the specified channel. |
| FileChannelOpener |
Defines a
ChannelOpener which opens a specific file. |
AsyncChannelLink