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

/libcore/luni/src/main/java/java/net/
H A DInetSocketAddress.java27 public class InetSocketAddress extends SocketAddress { class in inherits:SocketAddress
39 public InetSocketAddress() { method in class:InetSocketAddress
54 public InetSocketAddress(int port) { method in class:InetSocketAddress
69 public InetSocketAddress(InetAddress address, int port) { method in class:InetSocketAddress
89 public InetSocketAddress(String host, int port) { method in class:InetSocketAddress
94 * Internal constructor for InetSocketAddress(String, int) and
97 InetSocketAddress(String hostname, int port, boolean needResolved) { method in class:InetSocketAddress
116 * Creates an {@code InetSocketAddress} without trying to resolve the
124 * @return the created InetSocketAddress instance.
129 public static InetSocketAddress createUnresolve
[all...]

Completed in 66 milliseconds