|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionManager.SelectionHandler | |
---|---|
com.sun.jini.jeri.internal.mux | |
com.sun.jini.jeri.internal.runtime |
Uses of SelectionManager.SelectionHandler in com.sun.jini.jeri.internal.mux |
---|
Classes in com.sun.jini.jeri.internal.mux that implement SelectionManager.SelectionHandler | |
---|---|
private class |
SocketChannelConnectionIO.Handler
|
Uses of SelectionManager.SelectionHandler in com.sun.jini.jeri.internal.runtime |
---|
Fields in com.sun.jini.jeri.internal.runtime declared as SelectionManager.SelectionHandler | |
---|---|
(package private) SelectionManager.SelectionHandler |
SelectionManager.Key.handler
the supplied callback object for dispatching I/O events |
Methods in com.sun.jini.jeri.internal.runtime with parameters of type SelectionManager.SelectionHandler | |
---|---|
SelectionManager.Key |
SelectionManager.register(SelectableChannel channel,
SelectionManager.SelectionHandler handler)
Registers the given SelectableChannel with this SelectionManager. |
Constructors in com.sun.jini.jeri.internal.runtime with parameters of type SelectionManager.SelectionHandler | |
---|---|
SelectionManager.Key(SelectableChannel channel,
SelectionManager.SelectionHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |