Package org.eclipse.jetty.io
Class ManagedSelector.Start
- java.lang.Object
-
- org.eclipse.jetty.io.ManagedSelector.Start
-
- All Implemented Interfaces:
ManagedSelector.SelectorUpdate
- Enclosing class:
- ManagedSelector
private class ManagedSelector.Start extends java.lang.Object implements ManagedSelector.SelectorUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.CountDownLatch
_started
-
Constructor Summary
Constructors Modifier Constructor Description private
Start()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(java.nio.channels.Selector selector)
-
-
-
Method Detail
-
update
public void update(java.nio.channels.Selector selector)
- Specified by:
update
in interfaceManagedSelector.SelectorUpdate
-
-