Uses of Class
org.eclipse.jetty.io.ManagedSelector
-
Packages that use ManagedSelector Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.unixsocket org.eclipse.jetty.unixsocket.client -
-
Uses of ManagedSelector in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type ManagedSelector Modifier and Type Method Description protected EndPoint
AbstractConnectorHttpClientTransport.ClientSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)
-
Uses of ManagedSelector in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ManagedSelector Modifier and Type Method Description protected ManagedSelector
SelectorManager. newSelector(int id)
Factory method forManagedSelector
.Methods in org.eclipse.jetty.io with parameters of type ManagedSelector Modifier and Type Method Description protected abstract EndPoint
SelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)
Factory method to createEndPoint
.Constructors in org.eclipse.jetty.io with parameters of type ManagedSelector Constructor Description ChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)
NetworkTrafficSelectChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout, java.util.List<NetworkTrafficListener> listeners)
Deprecated.NetworkTrafficSocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout, java.util.List<NetworkTrafficListener> listeners)
SelectChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout)
Deprecated.SocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)
SocketChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)
-
Uses of ManagedSelector in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type ManagedSelector Modifier and Type Method Description protected EndPoint
ConnectHandler.ConnectManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)
-
Uses of ManagedSelector in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type ManagedSelector Modifier and Type Method Description protected ChannelEndPoint
NetworkTrafficServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected ChannelEndPoint
ServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected ChannelEndPoint
ServerConnector.ServerConnectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey selectionKey)
-
Uses of ManagedSelector in org.eclipse.jetty.unixsocket
Methods in org.eclipse.jetty.unixsocket with parameters of type ManagedSelector Modifier and Type Method Description protected UnixSocketEndPoint
UnixSocketConnector. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)
protected EndPoint
UnixSocketConnector.UnixSocketConnectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)
Constructors in org.eclipse.jetty.unixsocket with parameters of type ManagedSelector Constructor Description UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)
-
Uses of ManagedSelector in org.eclipse.jetty.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client with parameters of type ManagedSelector Modifier and Type Method Description protected EndPoint
HttpClientTransportOverUnixSockets.UnixSocketSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)
-