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.java57 class Socket implements java.io.Closeable { class
86 public Socket() { in Socket() method in Socket
118 public Socket(Proxy proxy) { in Socket() method in Socket
164 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket
207 public Socket(String host, int port) in Socket() method in Socket
242 public Socket(InetAddress address, int port) throws IOException { in Socket() method in Socket
280 public Socket(String host, int port, InetAddress localAddr, in Socket() method in Socket
319 public Socket(InetAddress address, int port, InetAddress localAddr, in Socket() method in Socket
366 public Socket(String host, int port, boolean stream) throws IOException { in Socket() method in Socket
409 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket() method in Socket
[all …]