Searched refs:getRemoteAddress (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DAsynchronousSocketChannelTest.java61 assertNull(asc.getRemoteAddress());
72 assertNotNull(asc.getRemoteAddress());
73 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
86 assertNull(asc.getRemoteAddress());
92 assertNull(asc.getRemoteAddress());
111 assertNull(asc.getRemoteAddress());
127 assertNull(asc.getRemoteAddress());
142 assertNull(asc.getRemoteAddress());
154 assertNull(asc.getRemoteAddress());
168 assertNull(asc.getRemoteAddress());
[all...]
H A DDatagramChannelTest.java231 assertNull(clientChannel.getRemoteAddress());
235 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getAddress());
237 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getPort());
H A DAsynchronousServerSocketChannelTest.java121 assertNotNull(asc.getRemoteAddress());
122 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
146 assertNotNull(asc.getRemoteAddress());
147 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
H A DSocketChannelTest.java342 assertNull(sc.getRemoteAddress());
345 assertEquals(sc.getRemoteAddress(), ss.getLocalSocketAddress());
H A DOldSocketChannelTest.java415 public SocketAddress getRemoteAddress() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DMockSocketChannel.java90 public SocketAddress getRemoteAddress() throws IOException { method in class:MockSocketChannel
H A DMockDatagramChannel.java100 public SocketAddress getRemoteAddress() throws IOException { method in class:MockDatagramChannel
H A DSocketChannelTest.java3813 public SocketAddress getRemoteAddress() throws IOException { method in class:SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
H A DDatagramChannel.java334 public abstract SocketAddress getRemoteAddress() throws IOException; method in class:DatagramChannel
H A DSocketChannel.java459 public abstract SocketAddress getRemoteAddress() throws IOException; method in class:SocketChannel
H A DAsynchronousSocketChannel.java50 * #getRemoteAddress getRemoteAddress} method. An attempt to invoke an I/O
280 public abstract SocketAddress getRemoteAddress() throws IOException; method in class:AsynchronousSocketChannel
322 * @see #getRemoteAddress
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java525 public final SocketAddress getRemoteAddress() throws IOException { method in class:AsynchronousSocketChannelImpl
H A DSocketChannelImpl.java196 public SocketAddress getRemoteAddress() throws IOException { method in class:SocketChannelImpl
H A DDatagramChannelImpl.java222 public SocketAddress getRemoteAddress() throws IOException { method in class:DatagramChannelImpl

Completed in 983 milliseconds