Searched refs:localAddr1 (Results 1 – 2 of 2) sorted by relevance
45 private InetSocketAddress localAddr1; field in OldSocketChannelTest60 this.localAddr1 = (InetSocketAddress) server1.getLocalSocketAddress(); in setUp()140 assertFalse(this.channel1.connect(localAddr1)); in testIsConnected()163 assertFalse(this.channel1.connect(localAddr1)); in testIsConnectionPending()181 this.channel1 = SocketChannel.open(localAddr1); in testOpenSocketAddress()249 channel1.connect(localAddr1); in test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData()
352 InetSocketAddress localAddr1 = new InetSocketAddress("127.0.0.1", in test_shutdownInput() local362 channel1.connect(localAddr1); in test_shutdownInput()380 InetSocketAddress localAddr1 = new InetSocketAddress( in test_shutdownOutput() local397 channel1.connect(localAddr1); in test_shutdownOutput()