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

/libcore/luni/src/main/java/java/net/
H A DSocket.java30 public class Socket { class
58 public Socket() { method in class:Socket
71 * {@code Socket sock = new Socket(new Proxy(Proxy.Type.SOCKS, new
85 public Socket(Proxy proxy) { method in class:Socket
175 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException { method in class:Socket
207 public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOException { method in class:Socket
235 * @deprecated Use {@code Socket(String, int)} instead of this for streaming
240 public Socket(String hostName, int port, boolean streaming) throws IOException { method in class:Socket
260 public Socket(InetAddres method in class:Socket
286 public Socket(InetAddress dstAddress, int dstPort, method in class:Socket
315 public Socket(InetAddress addr, int port, boolean streaming) throws IOException { method in class:Socket
329 protected Socket(SocketImpl impl) throws SocketException { method in class:Socket
[all...]

Completed in 128 milliseconds