@Beta public static final class InetAddresses.TeredoInfo extends Object
All of the fields in this class are encoded in various portions of the IPv6 address as part of the protocol. More protocols details can be found at: http://en.wikipedia.org/wiki/Teredo_tunneling.
The RFC can be found here: http://tools.ietf.org/html/rfc4380.
| Constructor and Description |
|---|
TeredoInfo(Inet4Address
Constructs a TeredoInfo instance.
|
public TeredoInfo(Inet4Addressserver, Inet4Address client, int port, int flags)
Both server and client can be null, in which case the value "0.0.0.0" will be assumed.
IllegalArgumentException - if either of the
port or the
flags arguments are out of range of an unsigned short
public Inet4AddressgetServer()
public Inet4AddressgetClient()
public int getPort()
public int getFlags()