Searched refs:getRemoteAddress (Results 1 – 13 of 13) sorted by relevance
61 assertNull(asc.getRemoteAddress()); in test_connect()72 assertNotNull(asc.getRemoteAddress()); in test_connect()73 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress()); in test_connect()86 assertNull(asc.getRemoteAddress()); in test_bind()92 assertNull(asc.getRemoteAddress()); in test_bind()111 assertNull(asc.getRemoteAddress()); in test_bind_unsupportedAddress()127 assertNull(asc.getRemoteAddress()); in test_bind_unresolvedAddress()142 assertNull(asc.getRemoteAddress()); in test_bind_usedAddress()154 assertNull(asc.getRemoteAddress()); in test_bind_null()168 assertNull(asc.getRemoteAddress()); in test_connect_unresolvedAddress()[all …]
121 assertNotNull(asc.getRemoteAddress()); in test_futureAccept()122 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress()); in test_futureAccept()146 assertNotNull(asc.getRemoteAddress()); in test_completionHandlerAccept()147 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress()); in test_completionHandlerAccept()
231 assertNull(clientChannel.getRemoteAddress()); in test_getRemoteAddress()235 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getAddress()); in test_getRemoteAddress()237 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getPort()); in test_getRemoteAddress()
342 assertNull(sc.getRemoteAddress()); in test_getRemoteAddress()345 assertEquals(sc.getRemoteAddress(), ss.getLocalSocketAddress()); in test_getRemoteAddress()
415 public SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in OldSocketChannelTest.MockSocketChannel
90 public SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in MockSocketChannel
100 public SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in MockDatagramChannel
334 public abstract SocketAddress getRemoteAddress() throws IOException; in getRemoteAddress() method in DatagramChannel
459 public abstract SocketAddress getRemoteAddress() throws IOException; in getRemoteAddress() method in SocketChannel
280 public abstract SocketAddress getRemoteAddress() throws IOException; in getRemoteAddress() method in AsynchronousSocketChannel
525 public final SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in AsynchronousSocketChannelImpl
196 public SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in SocketChannelImpl
202 public SocketAddress getRemoteAddress() throws IOException { in getRemoteAddress() method in DatagramChannelImpl