Uses of Class
org.eclipse.jetty.io.ManagedSelector
Packages that use ManagedSelector
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty Proxy : Async Proxy Support
Jetty Server : Core Server API
-
Uses of ManagedSelector in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointAbstractConnectorHttpClientTransport.ClientSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key) -
Uses of ManagedSelector in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as ManagedSelectorModifier and TypeFieldDescriptionprivate final ManagedSelectorChannelEndPoint._selectorprivate final ManagedSelector[]SelectorManager._selectorsMethods in org.eclipse.jetty.io that return ManagedSelectorModifier and TypeMethodDescriptionprivate ManagedSelectorSelectorManager.chooseSelector()protected 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) -
Uses of ManagedSelector in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointConnectHandler.ConnectManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key) -
Uses of ManagedSelector in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected ChannelEndPointNetworkTrafficServerConnector.newEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected ChannelEndPointServerConnector.newEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected ChannelEndPointServerConnector.ServerConnectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selectSet, SelectionKey selectionKey)