| Interface | Description |
|---|---|
| Channel |
Basic interface for a blocking bidirectional I/O channel.
|
| Channel.Listener | |
| Channel.Recycler | |
| ChannelAcceptor |
Asynchronously accepts channels from a remote endpoint.
|
| ChannelAcceptor.Listener |
Listener for acceping channels asynchronously.
|
| ChannelBroker |
Accepts and connects channels between the same endpoints.
|
| ChannelBrokerAcceptor | |
| ChannelBrokerAcceptor.Listener |
Listener for acceping channels asynchronously.
|
| ChannelBrokerConnector | |
| ChannelBrokerConnector.Listener |
Listener for acceping channels asynchronously.
|
| ChannelConnector |
Supports direct channel connection to a remote endpoint.
|
| ChannelConnector.Listener |
Listener for acceping channels asynchronously.
|
| SocketChannelSelector |
| Class | Description |
|---|---|
| BasicChannelBrokerAcceptor |
Paired with
BasicChannelBrokerConnector to adapt a ChannelAcceptor
into a ChannelBrokerAcceptor. |
| BasicChannelBrokerConnector |
Paired with
BasicChannelBrokerAcceptor to adapt a ChannelConnector
into a ChannelBrokerConnector. |
| BufferedInputStream |
Replacement for
BufferedInputStream. |
| BufferedOutputStream |
Replacement for
BufferedOutputStream which does a better job
of buffer packing. |
| BufferedSocketChannelAcceptor |
Implements an acceptor using TCP/IP.
|
| BufferedSocketChannelConnector |
Implements a connector using TCP/IP.
|
| CloseableGroup<C extends Closeable> |
Set of Closeable objects which can be closed as a unit.
|
| IOExecutor |
Executor which throws checked exceptions if no threads are available.
|
| PipedChannelBroker |
Broker implementation which uses
PipedInputStream and PipedOutputStream. |
| PipedInputStream |
Unbuffered replacement for
PipedInputStream. |
| PipedOutputStream |
Unbuffered replacement for
PipedOutputStream. |
| RecyclableSocketChannelAcceptor |
Implements an acceptor using TCP/IP which supports channel recycling.
|
| RecyclableSocketChannelConnector |
Implements a connector using TCP/IP which supports channel recycling.
|
| RecyclableSocketChannelSelector |
Factory for TCP channel acceptors and connectors that use selectable
sockets.
|
Copyright © 2006–2015 Cojen. All rights reserved.