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
247 public Socket(InetAddress address, int port) throws IOException { in Socket() method in Socket
287 public Socket(String host, int port, InetAddress localAddr, in Socket() method in Socket
328 public Socket(InetAddress address, int port, InetAddress localAddr, in Socket() method in Socket
376 public Socket(String host, int port, boolean stream) throws IOException { in Socket() method in Socket
417 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket() method in Socket
[all …]