| Package | Description |
|---|---|
| org.cojen.dirmi.io |
Input/Output implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.inputNotify(Channel.Listener listener)
Register a listener which is asynchronously notified when a call to
isInputReady will return true.
|
void |
SocketChannelSelector.inputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
read from.
|
void |
RecyclableSocketChannelSelector.inputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
read from.
|
void |
Channel.outputNotify(Channel.Listener listener)
Register a listener which is asynchronously notified when a call to
isOutputReady will return true.
|
void |
SocketChannelSelector.outputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
written to.
|
void |
RecyclableSocketChannelSelector.outputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
written to.
|
Copyright © 2006–2015 Cojen. All rights reserved.