Added Methods |
Inet6Address getByAddress(String, byte[], int)
|
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[])
except that the IPv6 scope_id is set to the given numeric value. |
Inet6Address getByAddress(String, byte[], NetworkInterface)
|
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[])
except that the IPv6 scope_id is set to the value corresponding to the given interface
for the address type specified in addr . |
int getScopeId()
|
Returns the numeric scopeId, if this instance is associated with
an interface. |
NetworkInterface getScopedInterface()
|
Returns the scoped interface, if this instance was created with
with a scoped interface. |