See: Description

| Interface | Description |
|---|---|
| IChannel |
A bidirectional communications channel for the asynchronous exchange of
buffers. |
| IChannelMultiplexer |
Manages and multiplexes virtual data
channels over a shared physical connection. |
| Class | Description |
|---|---|
| ChannelInputStream | |
| ChannelOutputStream |
An
output stream that fragments the written byte sequence into fixed-sized buffers and passes them to configured channel. |
| Exception | Description |
|---|---|
| ChannelException |
Thrown by an
IChannel to indicate channel management problems. |

Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.