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

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DSocket.java56 class Socket implements java.io.Closeable { class in inherits:java.io.Closeable
85 public Socket() { method in class:Socket
117 public Socket(Proxy proxy) { method in class:Socket
166 protected Socket(SocketImpl impl) throws SocketException { method in class:Socket
210 public Socket(String host, int port) method in class:Socket
245 public Socket(InetAddress address, int port) throws IOException { method in class:Socket
286 public Socket(String host, int port, InetAddress localAddr, method in class:Socket
328 public Socket(InetAddress address, int port, InetAddress localAddr, method in class:Socket
376 public Socket(String host, int port, boolean stream) throws IOException { method in class:Socket
419 public Socket(InetAddress host, int port, boolean stream) throws IOException { method in class:Socket
424 private Socket(SocketAddress address, SocketAddress localAddr, method in class:Socket
[all...]

Completed in 39 milliseconds