Uses of Class
org.eclipse.jetty.io.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
Modifier and TypeMethodDescriptionprotected ManagedSelector
SelectorManager.chooseSelector()
protected ManagedSelector
SelectorManager.newSelector
(int id) Factory method forManagedSelector
.Modifier 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
.ModifierConstructorDescriptionDatagramChannelEndPoint
(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
Modifier and TypeMethodDescriptionprotected EndPoint
ConnectHandler.ConnectManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) -
Uses of ManagedSelector in org.eclipse.jetty.quic.client
Modifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) -
Uses of ManagedSelector in org.eclipse.jetty.server
Modifier 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
ModifierConstructorDescriptionUnixSocketEndPoint
(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
Modifier 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)