Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ManagedSelector.Accept |
(package private) class |
ManagedSelector.Acceptor |
private class |
ManagedSelector.CloseConnections |
(package private) class |
ManagedSelector.Connect |
private static class |
ManagedSelector.DumpKeys |
private class |
ManagedSelector.StopSelector |
Modifier and Type | Field and Description |
---|---|
private ManagedSelector.SelectorUpdate |
ChannelEndPoint._updateKeyAction |
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<ManagedSelector.SelectorUpdate> |
ManagedSelector._updateable |
private java.util.Deque<ManagedSelector.SelectorUpdate> |
ManagedSelector._updates |
Modifier and Type | Method and Description |
---|---|
void |
ManagedSelector.submit(ManagedSelector.SelectorUpdate update)
Submit an
ManagedSelector.SelectorUpdate to be acted on between calls to Selector.select() |