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

/openjdk7/jdk/src/share/classes/java/net/
H A DInet6Address.java112 * value, the full form is used. Inet6Address will return the full
125 * <p>In InetAddress and Inet6Address, it is used for internal
157 * When an Inet6Address is created in this way, the numeric scope-id is determined at the time
160 * Note also, that the numeric <i>scope_id</i> can be retrieved from Inet6Address instances returned from the
166 class Inet6Address extends InetAddress { class in inherits:InetAddress
214 Inet6Address() { method in class:Inet6Address
224 Inet6Address(String hostName, byte addr[], int scope_id) { method in class:Inet6Address
236 Inet6Address(String hostName, byte addr[]) { method in class:Inet6Address
242 Inet6Address (String hostName, byte addr[], NetworkInterface nif) throws UnknownHostException { method in class:Inet6Address
246 Inet6Address (Strin method in class:Inet6Address
[all...]

Completed in 39 milliseconds