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

/openjdk7/jdk/src/share/classes/java/net/
H A DSocket.java49 * @see java.net.Socket#setSocketImplFactory(java.net.SocketImplFactory)
55 class Socket implements java.io.Closeable { class in inherits:java.io.Closeable
68 * The implementation of this Socket.
84 public Socket() { method in class:Socket
97 * <UL> <LI><code>Socket s = new Socket(Proxy.NO_PROXY);</code> will create
99 * <LI><code>Socket s = new Socket(new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("socks.mydom.com", 1080)));</code>
116 public Socket(Proxy proxy) { method in class:Socket
126 checkAddress (epoint.getAddress(), "Socket");
162 protected Socket(SocketImpl impl) throws SocketException { method in class:Socket
205 public Socket(String host, int port) method in class:Socket
240 public Socket(InetAddress address, int port) throws IOException { method in class:Socket
278 public Socket(String host, int port, InetAddress localAddr, method in class:Socket
317 public Socket(InetAddress address, int port, InetAddress localAddr, method in class:Socket
364 public Socket(String host, int port, boolean stream) throws IOException { method in class:Socket
407 public Socket(InetAddress host, int port, boolean stream) throws IOException { method in class:Socket
412 private Socket(SocketAddress address, SocketAddress localAddr, method in class:Socket
[all...]

Completed in 24 milliseconds