Searched defs:remoteAddress (Results 1 – 5 of 5) sorted by relevance
110 private InetSocketAddress remoteAddress; field in SocketChannelImpl602 public SocketAddress remoteAddress() { in remoteAddress() method in SocketChannelImpl
99 private InetSocketAddress remoteAddress; field in DatagramChannelImpl699 public SocketAddress remoteAddress() { in remoteAddress() method in DatagramChannelImpl
58 protected volatile InetSocketAddress remoteAddress = null; field in AsynchronousSocketChannelImpl
65 InetSocketAddress remoteAddress = new InetSocketAddress("localhost", ss.getLocalPort()); in test_connect() local
769 InetSocketAddress remoteAddress = (InetSocketAddress) s.getRemoteSocketAddress(); in test_getLocalSocketAddress_unbound() local