Searched defs:InetSocketAddress (Results 1 – 1 of 1) sorted by relevance
53 public class InetSocketAddress class157 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress174 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress193 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress226 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress239 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress