Package io.netty.channel.nio
Class SelectedSelectionKeySetSelector
java.lang.Object
java.nio.channels.Selector
io.netty.channel.nio.SelectedSelectionKeySetSelector
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectedSelectionKeySetSelector
(Selector delegate, SelectedSelectionKeySet selectionKeys) -
Method Summary
-
Field Details
-
selectionKeys
-
delegate
-
-
Constructor Details
-
SelectedSelectionKeySetSelector
SelectedSelectionKeySetSelector(Selector delegate, SelectedSelectionKeySet selectionKeys)
-
-
Method Details
-
isOpen
public boolean isOpen() -
provider
-
keys
-
selectedKeys
- Specified by:
selectedKeys
in classSelector
-
selectNow
- Specified by:
selectNow
in classSelector
- Throws:
IOException
-
select
- Specified by:
select
in classSelector
- Throws:
IOException
-
select
- Specified by:
select
in classSelector
- Throws:
IOException
-
wakeup
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classSelector
- Throws:
IOException
-