Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DSocket.java56 class Socket implements java.io.Closeable { class
85 public Socket() { in Socket() method in Socket
117 public Socket(Proxy proxy) { in Socket() method in Socket
170 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket
214 public Socket(String host, int port) in Socket() method in Socket
248 public Socket(InetAddress address, int port) throws IOException { in Socket() method in Socket
289 public Socket(String host, int port, InetAddress localAddr, in Socket() method in Socket
331 public Socket(InetAddress address, int port, InetAddress localAddr, in Socket() method in Socket
380 public Socket(String host, int port, boolean stream) throws IOException { in Socket() method in Socket
422 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket() method in Socket
[all …]