Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DInetSocketAddress.java27 public class InetSocketAddress extends SocketAddress { class
39 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress
54 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
69 public InetSocketAddress(InetAddress address, int port) { in InetSocketAddress() method in InetSocketAddress
89 public InetSocketAddress(String host, int port) { in InetSocketAddress() method in InetSocketAddress
97 InetSocketAddress(String hostname, int port, boolean needResolved) { in InetSocketAddress() method in InetSocketAddress