Searched refs:ClientToProxyConnection (Results 1 – 1 of 1) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ConnectHandler.java | 303 ClientToProxyConnection clientToProxy = prepareConnections(context, channel, buffer); in handleConnect() 317 …private ClientToProxyConnection prepareConnections(ConcurrentMap<String, Object> context, SocketCh… in prepareConnections() 321 …ClientToProxyConnection clientToProxy = newClientToProxyConnection(context, channel, httpConnectio… in prepareConnections() 343 …protected ClientToProxyConnection newClientToProxyConnection(ConcurrentMap<String, Object> context… in newClientToProxyConnection() 345 return new ClientToProxyConnection(context, channel, endPoint, timeStamp); in newClientToProxyConnection() 526 private volatile ClientToProxyConnection _toClient; 629 public void setConnection(ClientToProxyConnection connection) in setConnection() 738 public class ClientToProxyConnection implements AsyncConnection class in ConnectHandler 748 …public ClientToProxyConnection(ConcurrentMap<String, Object> context, SocketChannel channel, EndPo… in ClientToProxyConnection() method in ConnectHandler.ClientToProxyConnection
|