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) classManagedSelector.Accept(package private) classManagedSelector.Acceptorprivate classManagedSelector.CloseConnections(package private) classManagedSelector.Connectprivate static classManagedSelector.DumpKeysprivate classManagedSelector.Startprivate classManagedSelector.StopSelectorFields in org.eclipse.jetty.io declared as ManagedSelector.SelectorUpdate Modifier and Type Field Description private ManagedSelector.SelectorUpdateChannelEndPoint. _updateKeyActionFields in org.eclipse.jetty.io with type parameters of type ManagedSelector.SelectorUpdate Modifier and Type Field Description private java.util.Deque<ManagedSelector.SelectorUpdate>ManagedSelector. _updateableprivate java.util.Deque<ManagedSelector.SelectorUpdate>ManagedSelector. _updatesMethods in org.eclipse.jetty.io with parameters of type ManagedSelector.SelectorUpdate Modifier and Type Method Description voidManagedSelector. submit(ManagedSelector.SelectorUpdate update)Submit anManagedSelector.SelectorUpdateto be acted on between calls toSelector.select()private voidManagedSelector. submit(ManagedSelector.SelectorUpdate update, boolean lazy)
-