Uses of Interface
org.eclipse.jetty.io.AsyncEndPoint

Packages that use AsyncEndPoint
org.eclipse.jetty.io.nio   
 

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

Classes in org.eclipse.jetty.io.nio that implement AsyncEndPoint
 class NetworkTrafficSelectChannelEndPoint
           
 class SelectChannelEndPoint
          An Endpoint that can be scheduled by SelectorManager.
 class SslConnection.SslEndPoint
           
 

Methods in org.eclipse.jetty.io.nio that return AsyncEndPoint
 AsyncEndPoint SslConnection.getSslEndPoint()
           
 

Methods in org.eclipse.jetty.io.nio with parameters of type AsyncEndPoint
abstract  AsyncConnection SelectorManager.newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
           
 



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