Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DServerSocketChannelImpl.java114 @Override public void bind(SocketAddress localAddress, int backlog) throws IOException { in bind()
157 @Override public void bind(SocketAddress localAddress) throws IOException { in bind()
DSocketChannelImpl.java77 private InetAddress localAddress = null; field in SocketChannelImpl
/libcore/luni/src/main/java/java/net/
DSocket.java43 private InetAddress localAddress = Inet4Address.ANY; field in Socket
107 localAddress, int localPort, boolean streaming) throws IOException { in tryAllAddresses()
175 …public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOExcep… in Socket()
246 InetAddress localAddress, int localPort) throws IOException { in Socket()
550 InetAddress localAddress, int localPort, boolean streaming) in startupSocket()
DMulticastSocket.java66 public MulticastSocket(SocketAddress localAddress) throws IOException { in MulticastSocket()
DServerSocket.java91 public ServerSocket(int port, int backlog, InetAddress localAddress) throws IOException { in ServerSocket()
/libcore/luni/src/main/java/javax/net/
DDefaultSocketFactory.java55 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
DSocketFactory.java150 public abstract Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
/libcore/luni/src/main/java/javax/net/ssl/
DDefaultSSLSocketFactory.java72 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketFactoryImpl.java82 InetAddress localAddress, in createSocket()
DSSLSocketFactoryImpl.java153 InetAddress localAddress, int localPort) throws IOException { in createSocket()
DSSLSocketImpl.java157 InetAddress localAddress, int localPort, in SSLSocketImpl()
/libcore/luni/src/test/java/tests/api/javax/net/
DSocketFactoryTest.java357 InetAddress localAddress, int localPort) throws IOException { in createSocket()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java288 InetAddress localAddress, int localPort) throws IOException { in clientAuth()