Home | History | Annotate | Download | only in jsse

Lines Matching refs:clientSocket

1032         Socket clientSocket = null;
1038 clientSocket = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS).getSocket();
1045 IoUtils.closeQuietly(clientSocket);