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

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class in inherits:SocketAddress
165 public InetSocketAddress(int port) { method in class:InetSocketAddress
184 public InetSocketAddress(InetAddress addr, int port) { method in class:InetSocketAddress
215 public InetSocketAddress(String hostname, int port) { method in class:InetSocketAddress
228 private InetSocketAddress(int port, String hostname) { method in class:InetSocketAddress
[all...]

Completed in 64 milliseconds