Class InetAddresses.TeredoInfo

    • Constructor Detail

      • TeredoInfo

        public TeredoInfo​(@Nullable
                          Inet4Address server,
                          @Nullable
                          Inet4Address 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:
        IllegalArgumentException - if either of the port or the flags arguments are out of range of an unsigned short
    • Method Detail

      • getPort

        public int getPort()
      • getFlags

        public int getFlags()