Searched refs:getConnectedSocket (Results 1 – 1 of 1) sorted by relevance
900 private Socket getConnectedSocket(final Network network, final String host, final int port, in getConnectedSocket() method in ConnectivityManagerTest1028 try (Socket s = getConnectedSocket(network, TEST_HOST, HTTP_PORT, AF_INET)) { in testCreateTcpKeepalive()1167 try (Socket tcpSocket = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in createConcurrentTcpSocketKeepalives()