Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInetSocketAddress.java53 public class InetSocketAddress class
157 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress
174 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
193 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
226 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
239 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress