Uses of Class
org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection

Packages that use ConnectHandler.ClientToProxyConnection
org.eclipse.jetty.server.handler   
 

Uses of ConnectHandler.ClientToProxyConnection in org.eclipse.jetty.server.handler
 

Methods in org.eclipse.jetty.server.handler that return ConnectHandler.ClientToProxyConnection
protected  ConnectHandler.ClientToProxyConnection ConnectHandler.newClientToProxyConnection(ConcurrentMap<String,Object> context, SocketChannel channel, EndPoint endPoint, long timeStamp)
           
 

Methods in org.eclipse.jetty.server.handler with parameters of type ConnectHandler.ClientToProxyConnection
protected  ConnectHandler.ProxyToServerConnection ConnectHandler.newProxyToServerConnection(ConcurrentMap<String,Object> context, Buffer buffer, ConnectHandler.ClientToProxyConnection toProxy)
           
 

Constructors in org.eclipse.jetty.server.handler with parameters of type ConnectHandler.ClientToProxyConnection
ConnectHandler.ProxyToServerConnection(ConcurrentMap<String,Object> context, Buffer data, ConnectHandler.ClientToProxyConnection toClient)
           
 



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