| Package | Description |
|---|---|
| org.cojen.dirmi |
Public API for Dirmi.
|
| org.cojen.dirmi.core |
Session implementation classes.
|
| org.cojen.dirmi.io |
Input/Output implementation classes.
|
| org.cojen.dirmi.util |
Collection of general purpose utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
RemoteTimeoutException.checkRemaining(Timer timer)
Checks remaining duration and throws a RemoteTimeoutException if none left.
|
| Constructor and Description |
|---|
RemoteTimeoutException(Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
static Session |
StandardSession.create(IOExecutor executor,
ChannelBroker broker,
Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelAcceptor.accept(Timer timer)
Blocks until a channel is accepted.
|
Channel |
PipedChannelBroker.accept(Timer timer) |
ChannelBroker |
BasicChannelBrokerAcceptor.accept(Timer timer) |
ChannelBroker |
ChannelBrokerAcceptor.accept(Timer timer)
Blocks until a broker is accepted.
|
ChannelBroker |
BasicChannelBrokerConnector.connect(Timer timer) |
Channel |
PipedChannelBroker.connect(Timer timer) |
Channel |
ChannelConnector.connect(Timer timer)
Returns a new channel, possibly blocking until it has been established.
|
ChannelBroker |
ChannelBrokerConnector.connect(Timer timer)
Returns a new broker, possibly blocking until it has been established.
|
| Modifier and Type | Method and Description |
|---|---|
static Timer |
Timer.days(long duration)
Returns a new days Timer.
|
static Timer |
Timer.hours(long duration)
Returns a new hours Timer.
|
static Timer |
Timer.micros(long duration)
Returns a new microsecond Timer.
|
static Timer |
Timer.millis(long duration)
Returns a new millisecond Timer.
|
static Timer |
Timer.minutes(long duration)
Returns a new minutes Timer.
|
static Timer |
Timer.nanos(long duration)
Returns a new nanosecond Timer.
|
static Timer |
Timer.seconds(long duration)
Returns a new seconds Timer.
|
Copyright © 2006–2015 Cojen. All rights reserved.