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

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

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

Subclasses of SelectChannelEndPoint in org.eclipse.jetty.io.nio
 class SslSelectChannelEndPoint
          SslSelectChannelEndPoint
 

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

Methods in org.eclipse.jetty.io.nio with parameters of type SelectChannelEndPoint
 void SelectorManager.SelectSet.destroyEndPoint(SelectChannelEndPoint endp)
           
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.handler
 

Methods in org.eclipse.jetty.server.handler with parameters of type SelectChannelEndPoint
 void ProxyHandler.ProxyToServerConnection.setEndPoint(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-2010 Mort Bay Consulting. All Rights Reserved.