Home
last modified time | relevance | path

Searched defs:remoteAddr (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
DSocketImpl.java262 protected abstract void connect(SocketAddress remoteAddr, int timeout) throws IOException; in connect()
DSocket.java784 public void connect(SocketAddress remoteAddr) throws IOException { in connect()
806 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect()
DPlainSocketImpl.java457 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect()
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java505 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect()