Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java43 public void bind(java.net.SocketAddress endpoint) throws java.io.IOException { throw new RuntimeExc… in bind()
45 public void bind(java.net.SocketAddress endpoint, int backlog) throws java.io.IOException { throw n… in bind()
DSocket.annotated.java58 public void connect(java.net.SocketAddress endpoint) throws java.io.IOException { throw new Runtime… in connect()
60 public void connect(java.net.SocketAddress endpoint, int timeout) throws java.io.IOException { thro… in connect()
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocksSocketImpl.java91 java.net.InetSocketAddress endpoint, in connectV4()
97 protected void connect(java.net.SocketAddress endpoint, int timeout) in connect()
DServerSocket.java70 public void bind(java.net.SocketAddress endpoint) throws java.io.IOException { in bind()
74 public void bind(java.net.SocketAddress endpoint, int backlog) throws java.io.IOException { in bind()
DSocket.java105 public void connect(java.net.SocketAddress endpoint) throws java.io.IOException { in connect()
109 public void connect(java.net.SocketAddress endpoint, int timeout) throws java.io.IOException { in connect()
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java330 public void bind(SocketAddress endpoint) throws IOException { in bind()
359 public void bind(SocketAddress endpoint, int backlog) throws IOException { in bind()
DSocksSocketImpl.java262 InetSocketAddress endpoint, in connectV4()
327 protected void connect(SocketAddress endpoint, int timeout) throws IOException { in connect()
DSocket.java569 public void connect(SocketAddress endpoint) throws IOException { in connect()
590 public void connect(SocketAddress endpoint, int timeout) throws IOException { in connect()