接口 org.eclipse.jetty.io.AsyncEndPoint
的使用

使用 AsyncEndPoint 的软件包
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.nio   
org.eclipse.jetty.server.ssl   
 

org.eclipse.jetty.io.nioAsyncEndPoint 的使用
 

实现 AsyncEndPointorg.eclipse.jetty.io.nio 中的类
 class NetworkTrafficSelectChannelEndPoint
           
 class SelectChannelEndPoint
          An Endpoint that can be scheduled by SelectorManager.
 class SslConnection.SslEndPoint
           
 

返回 AsyncEndPointorg.eclipse.jetty.io.nio 中的方法
 AsyncEndPoint SslConnection.SslEndPoint.getEndpoint()
           
 AsyncEndPoint SslConnection.getSslEndPoint()
           
 

参数类型为 AsyncEndPointorg.eclipse.jetty.io.nio 中的方法
abstract  AsyncConnection SelectorManager.newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
           
 

org.eclipse.jetty.server.handlerAsyncEndPoint 的使用
 

参数类型为 AsyncEndPointorg.eclipse.jetty.server.handler 中的方法
 void ConnectHandler.ProxyToServerConnection.setEndPoint(AsyncEndPoint endpoint)
           
 

org.eclipse.jetty.server.nioAsyncEndPoint 的使用
 

参数类型为 AsyncEndPointorg.eclipse.jetty.server.nio 中的方法
protected  AsyncConnection SelectChannelConnector.newConnection(SocketChannel channel, AsyncEndPoint endpoint)
           
 

org.eclipse.jetty.server.sslAsyncEndPoint 的使用
 

参数类型为 AsyncEndPointorg.eclipse.jetty.server.ssl 中的方法
protected  AsyncConnection SslSelectChannelConnector.newConnection(SocketChannel channel, AsyncEndPoint endpoint)
           
protected  AsyncConnection SslSelectChannelConnector.newPlainConnection(SocketChannel channel, AsyncEndPoint endPoint)
           
protected  SslConnection SslSelectChannelConnector.newSslConnection(AsyncEndPoint endpoint, SSLEngine engine)
           
 



Copyright © 2013. All Rights Reserved.