Package org.eclipse.jetty.io
Class ManagedSelector.DumpKeys
- java.lang.Object
-
- org.eclipse.jetty.io.ManagedSelector.DumpKeys
-
- All Implemented Interfaces:
ManagedSelector.SelectorUpdate
- Enclosing class:
- ManagedSelector
private static class ManagedSelector.DumpKeys extends java.lang.Object implements ManagedSelector.SelectorUpdate
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DumpKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
get(long timeout, java.util.concurrent.TimeUnit unit)
void
update(java.nio.channels.Selector selector)
-
-
-
Method Detail
-
update
public void update(java.nio.channels.Selector selector)
- Specified by:
update
in interfaceManagedSelector.SelectorUpdate
-
get
public java.util.List<java.lang.String> get(long timeout, java.util.concurrent.TimeUnit unit)
-
-