Searched defs:Socket (Results 1 – 1 of 1) sorted by relevance
| /libcore/luni/src/main/java/java/net/ |
| D | Socket.java | 31 public class Socket implements Closeable { class 56 public Socket() { in Socket() method in Socket 80 public Socket(Proxy proxy) { in Socket() method in Socket 149 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException { in Socket() method in Socket 176 …public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOExcep… in Socket() method in Socket 206 public Socket(String hostName, int port, boolean streaming) throws IOException { in Socket() method in Socket 223 public Socket(InetAddress dstAddress, int dstPort) throws IOException { in Socket() method in Socket 246 public Socket(InetAddress dstAddress, int dstPort, in Socket() method in Socket 272 public Socket(InetAddress addr, int port, boolean streaming) throws IOException { in Socket() method in Socket 286 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket
|