Searched refs:gotSocket (Results 1 – 3 of 3) sorted by relevance
80 ServerSocket gotSocket = this.serverChannel.socket(); in test_accept_Block_NoConnect_interrupt() local81 gotSocket.bind(null); in test_accept_Block_NoConnect_interrupt()
171 Socket gotSocket = this.channel1.socket(); in testChannelBasicStatus() local172 assertFalse(gotSocket.isClosed()); in testChannelBasicStatus()
321 ServerSocket gotSocket = this.serverChannel.socket(); in testChannelBasicStatus() local322 assertFalse(gotSocket.isClosed()); in testChannelBasicStatus()699 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Blocking_NotBound() local702 gotSocket.accept(); in test_socket_accept_Blocking_NotBound()708 gotSocket.accept(); in test_socket_accept_Blocking_NotBound()719 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Nonblocking_NotBound() local722 gotSocket.accept(); in test_socket_accept_Nonblocking_NotBound()728 gotSocket.accept(); in test_socket_accept_Nonblocking_NotBound()741 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Nonblocking_Bound() local743 gotSocket.accept(); in test_socket_accept_Nonblocking_Bound()[all …]