|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionKeyTask | |
---|---|
fulmine.distribution.connection.tcp | |
fulmine.util.io |
Uses of ISelectionKeyTask in fulmine.distribution.connection.tcp |
---|
Classes in fulmine.distribution.connection.tcp that implement ISelectionKeyTask | |
---|---|
class |
TcpConnection
Handles the socket processing for a single connection to a remote IFrameworkContext . |
Uses of ISelectionKeyTask in fulmine.util.io |
---|
Classes in fulmine.util.io that implement ISelectionKeyTask | |
---|---|
class |
AbstractSelectionKeyTask
Useful base-class that defines the SelectionKey that is set by the
SelectorTasks . |
class |
DelegatingSelectionKeyTask
Delegates the run() method to a
ISelectionKeyTask . |
Methods in fulmine.util.io that return ISelectionKeyTask | |
---|---|
ISelectionKeyTask |
SelectorTasks.unregister(SelectionKey key)
Unregister the selection key and remove the associated ISelectionKeyTask . |
Methods in fulmine.util.io 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. |
Constructors in fulmine.util.io with parameters of type ISelectionKeyTask | |
---|---|
DelegatingSelectionKeyTask(ISelectionKeyTask delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |