Searched refs:proxyToServer (Results 1 – 1 of 1) sorted by relevance
320 ProxyToServerConnection proxyToServer = newProxyToServerConnection(context, buffer); in prepareConnections() local322 clientToProxy.setConnection(proxyToServer); in prepareConnections()323 proxyToServer.setConnection(clientToProxy); in prepareConnections()416 …private void register(SocketChannel channel, ProxyToServerConnection proxyToServer) throws IOExcep… in register() argument418 _selectorManager.register(channel, proxyToServer); in register()419 proxyToServer.waitReady(_connectTimeout); in register()490 ProxyToServerConnection proxyToServer = (ProxyToServerConnection)attachment; in newConnection() local491 proxyToServer.setTimeStamp(System.currentTimeMillis()); in newConnection()492 proxyToServer.setEndPoint(endpoint); in newConnection()493 return proxyToServer; in newConnection()[all …]