Home
last modified time | relevance | path

Searched defs:remoteAddress (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketChannelImpl.java110 private InetSocketAddress remoteAddress; field in SocketChannelImpl
602 public SocketAddress remoteAddress() { in remoteAddress() method in SocketChannelImpl
DDatagramChannelImpl.java99 private InetSocketAddress remoteAddress; field in DatagramChannelImpl
699 public SocketAddress remoteAddress() { in remoteAddress() method in DatagramChannelImpl
DAsynchronousSocketChannelImpl.java58 protected volatile InetSocketAddress remoteAddress = null; field in AsynchronousSocketChannelImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousSocketChannelTest.java65 InetSocketAddress remoteAddress = new InetSocketAddress("localhost", ss.getLocalPort()); in test_connect() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketTest.java769 InetSocketAddress remoteAddress = (InetSocketAddress) s.getRemoteSocketAddress(); in test_getLocalSocketAddress_unbound() local