public interface SocketChannelSelector extends Closeable
| Modifier and Type | Method and Description |
|---|---|
IOExecutor |
executor() |
void |
inputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
read from.
|
void |
outputNotify(SocketChannel channel,
Channel.Listener listener)
Register a listener which is asynchronously notified when channel can be
written to.
|
void inputNotify(SocketChannel channel, Channel.Listener listener)
void outputNotify(SocketChannel channel, Channel.Listener listener)
IOExecutor executor()
Copyright © 2006–2015 Cojen. All rights reserved.