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 EndPointAbstractConnectorHttpClientTransport.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 ManagedSelectorSelectorManager. newSelector(int id)Factory method forManagedSelector.Methods in org.eclipse.jetty.io with parameters of type ManagedSelector Modifier and Type Method Description protected abstract EndPointSelectorManager. 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 EndPointConnectHandler.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 ChannelEndPointNetworkTrafficServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)protected ChannelEndPointServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)protected ChannelEndPointServerConnector.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 UnixSocketEndPointUnixSocketConnector. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)protected EndPointUnixSocketConnector.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 EndPointHttpClientTransportOverUnixSockets.UnixSocketSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)
-