Uses of Class
org.eclipse.jetty.io.nio.SelectorManager.SelectSet

Packages that use SelectorManager.SelectSet
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server.nio   
 

Uses of SelectorManager.SelectSet in org.eclipse.jetty.io.nio
 

Methods in org.eclipse.jetty.io.nio that return SelectorManager.SelectSet
 SelectorManager.SelectSet SelectChannelEndPoint.getSelectSet()
           
 SelectorManager.SelectSet SelectorManager.getSelectSet(int i)
           
 

Methods in org.eclipse.jetty.io.nio with parameters of type SelectorManager.SelectSet
protected abstract  SelectChannelEndPoint SelectorManager.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey sKey)
          Create a new end point
 

Constructors in org.eclipse.jetty.io.nio with parameters of type SelectorManager.SelectSet
NetworkTrafficSelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime, List<NetworkTrafficListener> listeners)
           
SelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime)
           
 

Uses of SelectorManager.SelectSet in org.eclipse.jetty.server.nio
 

Methods in org.eclipse.jetty.server.nio with parameters of type SelectorManager.SelectSet
protected  SelectChannelEndPoint SelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
protected  SelectChannelEndPoint NetworkTrafficSelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.