Uses of Class
org.eclipse.jetty.io.ManagedSelector
Packages that use ManagedSelector
Package
Description
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.io
Methods in org.eclipse.jetty.io that return ManagedSelectorModifier and TypeMethodDescriptionprotected ManagedSelector
SelectorManager.chooseSelector()
protected ManagedSelector
SelectorManager.newSelector
(int id) Factory method forManagedSelector
.Methods in org.eclipse.jetty.io with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPoint
ClientConnector.ClientSelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) ClientConnector.Configurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected EndPoint
ClientConnector.newEndPoint
(SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected abstract EndPoint
SelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint
.Constructors in org.eclipse.jetty.io with parameters of type ManagedSelectorModifierConstructorDescriptionDatagramChannelEndPoint
(DatagramChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) NetworkTrafficSocketChannelEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, NetworkTrafficListener listener) SelectableChannelEndPoint
(Scheduler scheduler, SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) 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 EndPoint
ConnectHandler.ConnectManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) -
Uses of ManagedSelector in org.eclipse.jetty.quic.client
Methods in org.eclipse.jetty.quic.client with parameters of type ManagedSelectorModifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) -
Uses of ManagedSelector in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected SocketChannelEndPoint
NetworkTrafficServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPoint
ServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPoint
ServerConnector.ServerConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) -
Uses of ManagedSelector in org.eclipse.jetty.unixsocket.common
Constructors in org.eclipse.jetty.unixsocket.common with parameters of type ManagedSelectorModifierConstructorDescriptionUnixSocketEndPoint
(jnr.unixsocket.UnixSocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ManagedSelector in org.eclipse.jetty.unixsocket.server
Methods in org.eclipse.jetty.unixsocket.server with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected UnixSocketEndPoint
UnixSocketConnector.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) Deprecated, for removal: This API element is subject to removal in a future version.protected EndPoint
UnixSocketConnector.UnixSocketConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey)