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   
org.eclipse.jetty.server.ssl   
 

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)
           
SelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime)
           
SslSelectChannelEndPoint(Buffers buffers, SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, SSLEngine engine)
           
SslSelectChannelEndPoint(Buffers buffers, SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, SSLEngine engine, 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)
           
 

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

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



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