Searched refs:clientSock (Results 1 – 2 of 2) sorted by relevance
137 Socket clientSock = getSocket(key);139 if (clientSock == null) {140 clientSock = sipStack.getNetworkLayer().createSocket(dst, dstPort, localAddress,142 putSocket(key, clientSock);145 return clientSock.getLocalSocketAddress();188 Socket clientSock = getSocket(key);193 if (clientSock == null) {204 clientSock = sipStack.getNetworkLayer().createSocket(receiverAddress,206 OutputStream outputStream = clientSock.getOutputStream();208 putSocket(key, clientSock);[all …]
52 private Socket clientSock; field in TrafficControlProxy93 clientSock = clientAcceptor.accept(); in start()117 clientSock.close(); in shutDown()123 DataInputStream clientIn = new DataInputStream(clientSock.getInputStream()); in startWorkers()126 DataOutputStream serverOut = new DataOutputStream(clientSock.getOutputStream()); in startWorkers()