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
53 public InetSocketAddress(int port) { method in class:InetSocketAddress
66 public InetSocketAddress(InetAddress address, int port) { method in class:InetSocketAddress
84 public InetSocketAddress(String host, int port) { method in class:InetSocketAddress
89 * Internal constructor for InetSocketAddress(String, int) and
92 InetSocketAddress(String hostname, int port, boolean needResolved) { method in class:InetSocketAddress
111 * Creates an {@code InetSocketAddress} without trying to resolve the
117 * @return the created InetSocketAddress instance.
121 public static InetSocketAddress createUnresolve
[all...]

Completed in 1018 milliseconds