|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionKeyTask | |
---|---|
mirrormap.nio |
Uses of ISelectionKeyTask in mirrormap.nio |
---|
Classes in mirrormap.nio that implement ISelectionKeyTask | |
---|---|
class |
TcpConnectionEndPoint
Handles the socket processing for a TCP end point. |
Methods in mirrormap.nio that return ISelectionKeyTask | |
---|---|
ISelectionKeyTask |
SelectorTasks.unregister(SelectionKey key)
Unregister the selection key and remove the associated ISelectionKeyTask . |
Methods in mirrormap.nio with parameters of type ISelectionKeyTask | |
---|---|
void |
SelectorTasks.register(int op,
SelectableChannel channel,
ISelectionKeyTask task)
Register the internal Selector with the channel and map the
supplied task to the SelectionKey that is returned from the
SelectableChannel.register(Selector, int) method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |