Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class gnu.java.nio.SelectorImpl
Uses in package gnu.java.nio
Constructors with parameter type gnu.java.nio.SelectorImpl
DatagramChannelSelectionKey
.
DatagramChannelSelectionKey
(
AbstractSelectableChannel
channel,
SelectorImpl
selector)
SelectionKeyImpl
.
SelectionKeyImpl
(
SelectableChannel
ch,
SelectorImpl
impl)
ServerSocketChannelSelectionKey
.
ServerSocketChannelSelectionKey
(
AbstractSelectableChannel
channel,
SelectorImpl
selector)
SocketChannelSelectionKey
.
SocketChannelSelectionKey
(
AbstractSelectableChannel
channel,
SelectorImpl
selector)
SocketChannelSelectionKeyImpl
.
SocketChannelSelectionKeyImpl
(
SocketChannelImpl
ch,
SelectorImpl
impl)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About