Searched refs:TestSocket (Results 1 – 2 of 2) sorted by relevance
1410 class TestSocket extends Socket { in test_setKeepAliveZ() class1411 public TestSocket(SocketImpl impl) throws SocketException { in test_setKeepAliveZ() method in SocketTest.TestSocket1427 try (TestSocket socket = new TestSocket(null)) { in test_setKeepAliveZ()
451 try (TestSocket testSocket = new TestSocket((SocketImpl) null)) { in test_setKeepAliveZ()464 class TestSocket extends Socket { class in OldSocketTest465 public TestSocket(SocketImpl impl) throws SocketException { in TestSocket() method in OldSocketTest.TestSocket1923 new TestSocket(msi); in test_ConstructorLSocketImpl()