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

/dalvik/libcore/luni/src/main/java/java/net/
H A DInetSocketAddress.java27 public class InetSocketAddress extends SocketAddress { class in inherits:SocketAddress
45 public InetSocketAddress(int port) { method in class:InetSocketAddress
60 public InetSocketAddress(InetAddress address, int port) { method in class:InetSocketAddress
88 public InetSocketAddress(String host, int port) { method in class:InetSocketAddress
93 * Internal constructor for InetSocketAddress(String, int) and
96 InetSocketAddress(String host, int port, boolean needResolved) { method in class:InetSocketAddress
121 * Creates an {@code InetSocketAddress} without trying to resolve the
129 * @return the created InetSocketAddress instance.
134 public static InetSocketAddress createUnresolved(String host, int port) {
135 return new InetSocketAddress(hos
[all...]

Completed in 21 milliseconds