Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/net/
DSocket.annotated.java36 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/
DSocket.java32 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/
DSocket.java56 class Socket implements java.io.Closeable { class
85 public Socket() { in Socket() method in Socket
117 public Socket(Proxy proxy) { in Socket() method in Socket
170 protected Socket(SocketImpl impl) throws SocketException { in Socket() method in Socket
214 public Socket(String host, int port) in Socket() method in Socket
248 public Socket(InetAddress address, int port) throws IOException { in Socket() method in Socket
289 public Socket(String host, int port, InetAddress localAddr, in Socket() method in Socket
331 public Socket(InetAddress address, int port, InetAddress localAddr, in Socket() method in Socket
380 public Socket(String host, int port, boolean stream) throws IOException { in Socket() method in Socket
422 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket() method in Socket
[all …]