Searched defs:Socket (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/annotations/mmodule/java/net/ |
D | Socket.annotated.java | 36 public class Socket implements java.io.Closeable { class 38 public Socket() { throw new RuntimeException("Stub!"); } in Socket() method in Socket 40 public Socket(java.net.Proxy proxy) { throw new RuntimeException("Stub!"); } in Socket() method in Socket 42 protected Socket(java.net.SocketImpl impl) throws java.net.SocketException { throw new RuntimeExcep… in Socket() method in Socket 44 public Socket(java.lang.String host, int port) throws java.io.IOException, java.net.UnknownHostExce… in Socket() method in Socket 46 public Socket(java.net.InetAddress address, int port) throws java.io.IOException { throw new Runtim… in Socket() method in Socket 48 public Socket(java.lang.String host, int port, java.net.InetAddress localAddr, int localPort) throw… in Socket() method in Socket 50 public Socket(java.net.InetAddress address, int port, java.net.InetAddress localAddr, int localPort… in Socket() method in Socket 53 public Socket(java.lang.String host, int port, boolean stream) throws java.io.IOException { throw n… in Socket() method in Socket 56 public Socket(java.net.InetAddress host, int port, boolean stream) throws java.io.IOException { thr… in Socket() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | Socket.java | 32 public class Socket implements java.io.Closeable { class 34 public Socket() { in Socket() method in Socket 38 public Socket(java.net.Proxy proxy) { in Socket() method in Socket 42 protected Socket(java.net.SocketImpl impl) throws java.net.SocketException { in Socket() method in Socket 46 public Socket(java.lang.String host, int port) in Socket() method in Socket 51 public Socket(java.net.InetAddress address, int port) throws java.io.IOException { in Socket() method in Socket 55 public Socket(java.lang.String host, int port, java.net.InetAddress localAddr, int localPort) in Socket() method in Socket 60 public Socket( in Socket() method in Socket 67 public Socket(java.lang.String host, int port, boolean stream) throws java.io.IOException { in Socket() method in Socket 72 public Socket(java.net.InetAddress host, int port, boolean stream) throws java.io.IOException { in Socket() method in Socket [all …]
|
/libcore/ojluni/src/main/java/java/net/ |
D | Socket.java | 61 class Socket implements java.io.Closeable { class 90 public Socket() { in Socket() method in Socket 122 public Socket(Proxy proxy) { in Socket() method in Socket 179 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket 239 public Socket(String host, int port) in Socket() method in Socket 273 public Socket(InetAddress address, int port) throws IOException { in Socket() method in Socket 314 public Socket(String host, int port, InetAddress localAddr, in Socket() method in Socket 356 public Socket(InetAddress address, int port, InetAddress localAddr, in Socket() method in Socket 405 public Socket(String host, int port, boolean stream) throws IOException { in Socket() method in Socket 447 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket() method in Socket [all …]
|