Uses of Interface
org.eclipse.jetty.io.ManagedSelector.SelectorUpdate
Packages that use ManagedSelector.SelectorUpdate
-
Uses of ManagedSelector.SelectorUpdate in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ManagedSelector.SelectorUpdateModifier and TypeClassDescription(package private) class
(package private) class
private class
(package private) class
private static class
private class
private class
Fields in org.eclipse.jetty.io declared as ManagedSelector.SelectorUpdateModifier and TypeFieldDescriptionprivate final ManagedSelector.SelectorUpdate
ChannelEndPoint._updateKeyAction
Fields in org.eclipse.jetty.io with type parameters of type ManagedSelector.SelectorUpdateModifier and TypeFieldDescriptionprivate Deque<ManagedSelector.SelectorUpdate>
ManagedSelector._updateable
private Deque<ManagedSelector.SelectorUpdate>
ManagedSelector._updates
Methods in org.eclipse.jetty.io with parameters of type ManagedSelector.SelectorUpdateModifier and TypeMethodDescriptionvoid
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)