Uses of Class
org.eclipse.jetty.io.ManagedSelector
Packages that use ManagedSelector
-
Uses of ManagedSelector in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ManagedSelectorModifier and TypeMethodDescriptionprotected ManagedSelectorSelectorManager.newSelector(int id) Factory method forManagedSelector.Methods in org.eclipse.jetty.io with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected abstract EndPointSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint.Constructors in org.eclipse.jetty.io with parameters of type ManagedSelectorModifierConstructorDescriptionChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) NetworkTrafficSelectChannelEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) Deprecated.NetworkTrafficSocketChannelEndPoint(SelectableChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) SelectChannelEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler, long idleTimeout) Deprecated.SocketChannelEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) SocketChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler)