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

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

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

Constructors in org.eclipse.jetty.http.ssl with parameters of type SelectorManager.SelectSet
SslSelectChannelEndPoint(Buffers buffers, SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, SSLEngine engine)
           
 

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()
           
 

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)
           
 

Constructors in org.eclipse.jetty.io.nio with parameters of type SelectorManager.SelectSet
SelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
 

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)
           
 

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-2009 Mort Bay Consulting. All Rights Reserved.