Home
last modified time | relevance | path

Searched defs:localAddress (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/net/ssl/
DFakeSSLSocketFactory.java45 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
/libcore/luni/src/test/java/libcore/java/net/
DDelegatingSocketFactory.java71 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketChannelImpl.java75 private InetSocketAddress localAddress; // null => unbound field in ServerSocketChannelImpl
204 public InetSocketAddress localAddress() { in localAddress() method in ServerSocketChannelImpl
DAsynchronousServerSocketChannelImpl.java54 protected volatile InetSocketAddress localAddress = null; field in AsynchronousServerSocketChannelImpl
DSocketChannelImpl.java109 private InetSocketAddress localAddress; field in SocketChannelImpl
596 public InetSocketAddress localAddress() { in localAddress() method in SocketChannelImpl
DDatagramChannelImpl.java98 private InetSocketAddress localAddress; field in DatagramChannelImpl
693 public SocketAddress localAddress() { in localAddress() method in DatagramChannelImpl
DAsynchronousSocketChannelImpl.java57 protected volatile InetSocketAddress localAddress = null; field in AsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/javax/net/
DSocketFactory.java253 InetAddress localAddress, int localPort) in createSocket()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java42 private SocketAddress localAddress; field in SelectorTest
DServerSocketChannelTest.java121 … InetSocketAddress localAddress = (InetSocketAddress) ssc.socket().getLocalSocketAddress(); in test_bind_null() local
DSocketChannelTest.java164 … InetSocketAddress localAddress = (InetSocketAddress) channel1.socket().getLocalSocketAddress(); in testBind_Null() local
DDatagramChannelTest.java2408 … InetSocketAddress localAddress = (InetSocketAddress) dc.socket().getLocalSocketAddress(); in test_bind_null() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java454 SocketAddress localAddress = theSocket.getLocalSocketAddress(); in test_bindLjava_net_SocketAddress() local
515 SocketAddress localAddress = theSocket.getLocalSocketAddress(); in test_bindLjava_net_SocketAddressI() local
DDatagramSocketTest.java756 InetSocketAddress localAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); in test_getLocalSocketAddress_late_bind() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
DSocketFactoryTest.java303 InetAddress localAddress, int localPort) throws IOException { in createSocket()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelMulticastTest.java238 InetSocketAddress localAddress = (InetSocketAddress) receiverChannel.getLocalAddress(); in check_joinAnySource() local
360 InetSocketAddress localAddress = (InetSocketAddress) dc.getLocalAddress(); in test_joinAnySource_networkInterfaces() local
457 InetSocketAddress localAddress = (InetSocketAddress) dc.getLocalAddress(); in check_joinAnySource_multicastLoopOption() local
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java403 InetAddress localAddress, int localPort) throws IOException { in clientAuth()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java250 InetSocketAddress localAddress = null; in createMessageForException() local