Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DSocket.java30 public class Socket { class
55 public Socket() { in Socket() method in Socket
79 public Socket(Proxy proxy) { in Socket() method in Socket
148 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException { in Socket() method in Socket
175 …public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOExcep… in Socket() method in Socket
205 public Socket(String hostName, int port, boolean streaming) throws IOException { in Socket() method in Socket
222 public Socket(InetAddress dstAddress, int dstPort) throws IOException { in Socket() method in Socket
245 public Socket(InetAddress dstAddress, int dstPort, in Socket() method in Socket
271 public Socket(InetAddress addr, int port, boolean streaming) throws IOException { in Socket() method in Socket
285 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket