Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/net/
DInetSocketAddress.annotated.java31 public class InetSocketAddress extends java.net.SocketAddress { class
35 public InetSocketAddress() { throw new RuntimeException("Stub!"); } in InetSocketAddress() method in InetSocketAddress
37 public InetSocketAddress(int port) { throw new RuntimeException("Stub!"); } in InetSocketAddress() method in InetSocketAddress
39 public InetSocketAddress(java.net.InetAddress addr, int port) { throw new RuntimeException("Stub!")… in InetSocketAddress() method in InetSocketAddress
41 public InetSocketAddress(java.lang.String hostname, int port) { throw new RuntimeException("Stub!")… in InetSocketAddress() method in InetSocketAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetSocketAddress.java32 public class InetSocketAddress extends java.net.SocketAddress { class
34 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress
38 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
42 public InetSocketAddress(java.net.InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
46 public InetSocketAddress(java.lang.String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
50 private InetSocketAddress(int port, java.lang.String hostname) { in InetSocketAddress() method in InetSocketAddress
/libcore/ojluni/src/main/java/java/net/
DInetSocketAddress.java53 public class InetSocketAddress class
158 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress
176 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
197 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
230 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
243 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress