Uses of Class
org.eclipse.jetty.io.ManagedSelector
Packages that use ManagedSelector
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of ManagedSelector in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ManagedSelectorModifier and TypeMethodDescriptionprotected ManagedSelectorSelectorManager.chooseSelector()protected ManagedSelectorSelectorManager.newSelector(int id) Factory method forManagedSelector.Methods in org.eclipse.jetty.io with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointClientConnector.ClientSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) ClientConnector.Configurator.newEndPoint(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) Deprecated, for removal: This API element is subject to removal in a future version.protected EndPointClientConnector.newEndPoint(SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected abstract EndPointSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint.default EndPointTransport.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) ForTransports that are based on sockets, or forTransports that are layered on top of anotherTransportthat is based on sockets, this method is invoked to create a newEndPointthat wraps theSelectableChannelcreated byTransport.newSelectableChannel().Transport.TCPIP.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.TCPUnix.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPIP.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPUnix.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.Wrapper.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) 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.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) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ManagedSelector in org.eclipse.jetty.quic.server
Methods in org.eclipse.jetty.quic.server with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointQuicServerConnector.newEndPoint(DatagramChannel channel, 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 SocketChannelEndPointNetworkTrafficServerConnector.newEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPointServerConnector.newEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPointServerConnector.ServerConnectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) -
Uses of ManagedSelector in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointConnectHandler.ConnectManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key) -
Uses of ManagedSelector in org.eclipse.jetty.unixdomain.server
Methods in org.eclipse.jetty.unixdomain.server with parameters of type ManagedSelectorModifier and TypeMethodDescriptionprotected EndPointUnixDomainServerConnector.UnixDomainSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey)