Searched defs:InetSocketAddress (Results 1 – 1 of 1) sorted by relevance
27 public class InetSocketAddress extends SocketAddress { class39 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress54 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress69 public InetSocketAddress(InetAddress address, int port) { in InetSocketAddress() method in InetSocketAddress89 public InetSocketAddress(String host, int port) { in InetSocketAddress() method in InetSocketAddress97 InetSocketAddress(String hostname, int port, boolean needResolved) { in InetSocketAddress() method in InetSocketAddress