Class InetAddresses.TeredoInfo

  • Enclosing class:
    InetAddresses

    @Beta
    public static final class InetAddresses.TeredoInfo
    extends 
    A simple immutable data class to encapsulate the information to be found in a Teredo address.

    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: .

    The RFC can be found here: .

    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
       server,  client, int port, int flags)
      Constructs a TeredoInfo instance.
    • Constructor Detail

      • TeredoInfo

        public   server,
                            client,
                          int port,
                          int flags)
        Constructs a TeredoInfo instance.

        Both server and client can be null, in which case the value "0.0.0.0" will be assumed.

        Throws:
        - if either of the port or the flags arguments are out of range of an unsigned short