| Package | Description |
|---|---|
| org.cojen.dirmi.io |
Input/Output implementation classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelBroker
Accepts and connects channels between the same endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedSocketChannelAcceptor
Implements an acceptor using TCP/IP.
|
class |
PipedChannelBroker
Broker implementation which uses
PipedInputStream and PipedOutputStream. |
class |
RecyclableSocketChannelAcceptor
Implements an acceptor using TCP/IP which supports channel recycling.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelAcceptor |
RecyclableSocketChannelSelector.newChannelAcceptor(SocketAddress localAddress) |
| Constructor and Description |
|---|
BasicChannelBrokerAcceptor(IOExecutor executor,
ChannelAcceptor acceptor) |
Copyright © 2006–2015 Cojen. All rights reserved.