Searched defs:InetSocketAddress (Results 1 – 3 of 3) sorted by relevance
31 public class InetSocketAddress extends java.net.SocketAddress { class35 public InetSocketAddress() { throw new RuntimeException("Stub!"); } in InetSocketAddress() method in InetSocketAddress37 public InetSocketAddress(int port) { throw new RuntimeException("Stub!"); } in InetSocketAddress() method in InetSocketAddress39 public InetSocketAddress(java.net.InetAddress addr, int port) { throw new RuntimeException("Stub!")… in InetSocketAddress() method in InetSocketAddress41 public InetSocketAddress(java.lang.String hostname, int port) { throw new RuntimeException("Stub!")… in InetSocketAddress() method in InetSocketAddress
32 public class InetSocketAddress extends java.net.SocketAddress { class34 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress38 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress42 public InetSocketAddress(java.net.InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress46 public InetSocketAddress(java.lang.String hostname, int port) { in InetSocketAddress() method in InetSocketAddress50 private InetSocketAddress(int port, java.lang.String hostname) { in InetSocketAddress() method in InetSocketAddress
53 public class InetSocketAddress class158 public InetSocketAddress() { in InetSocketAddress() method in InetSocketAddress176 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress197 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress230 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress243 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress