Uses of Interface
org.eclipse.jetty.io.ManagedSelector.SelectorUpdate
-
Packages that use ManagedSelector.SelectorUpdate Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of ManagedSelector.SelectorUpdate in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ManagedSelector.SelectorUpdate Modifier and Type Class 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.Start
private class
ManagedSelector.StopSelector
Fields in org.eclipse.jetty.io declared as ManagedSelector.SelectorUpdate Modifier and Type Field Description private ManagedSelector.SelectorUpdate
ChannelEndPoint. _updateKeyAction
Fields in org.eclipse.jetty.io with type parameters of type ManagedSelector.SelectorUpdate Modifier and Type Field Description private java.util.Deque<ManagedSelector.SelectorUpdate>
ManagedSelector. _updateable
private java.util.Deque<ManagedSelector.SelectorUpdate>
ManagedSelector. _updates
Methods in org.eclipse.jetty.io with parameters of type ManagedSelector.SelectorUpdate Modifier and Type Method Description void
ManagedSelector. submit(ManagedSelector.SelectorUpdate update)
Submit anManagedSelector.SelectorUpdate
to be acted on between calls toSelector.select()
private void
ManagedSelector. submit(ManagedSelector.SelectorUpdate update, boolean lazy)
-