| Package | Description |
|---|---|
| org.cojen.dirmi.core |
Session implementation classes.
|
| org.cojen.dirmi.io |
Input/Output implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Session |
StandardSession.create(IOExecutor executor,
ChannelBroker broker) |
static Session |
StandardSession.create(IOExecutor executor,
ChannelBroker broker,
long timeout,
TimeUnit unit) |
static Session |
StandardSession.create(IOExecutor executor,
ChannelBroker broker,
Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
IOExecutor |
SocketChannelSelector.executor() |
IOExecutor |
RecyclableSocketChannelSelector.executor() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelBroker[] |
PipedChannelBroker.newPair(IOExecutor executor)
Returns a pair of connected brokers.
|
static ChannelBroker[] |
PipedChannelBroker.newPair(IOExecutor executor,
int bufferSize)
Returns a pair of connected brokers.
|
Copyright © 2006–2015 Cojen. All rights reserved.