Uses of Class
org.eclipse.jetty.io.ManagedSelector
Packages that use ManagedSelector
-
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) 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(org.eclipse.jetty.util.thread.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(org.eclipse.jetty.util.thread.Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.TCPUnix.newEndPoint(org.eclipse.jetty.util.thread.Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPIP.newEndPoint(org.eclipse.jetty.util.thread.Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPUnix.newEndPoint(org.eclipse.jetty.util.thread.Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.Wrapper.newEndPoint(org.eclipse.jetty.util.thread.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, org.eclipse.jetty.util.thread.Scheduler scheduler) NetworkTrafficSocketChannelEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler, long idleTimeout, NetworkTrafficListener listener) SelectableChannelEndPoint(org.eclipse.jetty.util.thread.Scheduler scheduler, SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) SocketChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler)