Uses of Class
org.eclipse.jetty.io.nio.SelectChannelEndPoint

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

Uses of SelectChannelEndPoint in org.eclipse.jetty.http.ssl
 

Subclasses of SelectChannelEndPoint in org.eclipse.jetty.http.ssl
 class SslSelectChannelEndPoint
          SslSelectChannelEndPoint
 

Uses of SelectChannelEndPoint in org.eclipse.jetty.io.nio
 

Methods in org.eclipse.jetty.io.nio that return SelectChannelEndPoint
protected abstract  SelectChannelEndPoint SelectorManager.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey sKey)
           
 

Methods in org.eclipse.jetty.io.nio with parameters of type SelectChannelEndPoint
protected abstract  void SelectorManager.endPointClosed(SelectChannelEndPoint endpoint)
           
protected abstract  void SelectorManager.endPointOpened(SelectChannelEndPoint endpoint)
           
protected abstract  Connection SelectorManager.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 

Uses of SelectChannelEndPoint in org.eclipse.jetty.server.nio
 

Methods in org.eclipse.jetty.server.nio that return SelectChannelEndPoint
protected  SelectChannelEndPoint SelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
 

Methods in org.eclipse.jetty.server.nio with parameters of type SelectChannelEndPoint
protected  Connection SelectChannelConnector.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 

Uses of SelectChannelEndPoint in org.eclipse.jetty.server.ssl
 

Methods in org.eclipse.jetty.server.ssl that return SelectChannelEndPoint
protected  SelectChannelEndPoint SslSelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
 

Methods in org.eclipse.jetty.server.ssl with parameters of type SelectChannelEndPoint
protected  Connection SslSelectChannelConnector.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 



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