Class IpV6OptionType

    • Field Detail

      • JUMBO_PAYLOAD

        public static final IpV6OptionType JUMBO_PAYLOAD
        Jumbo Payload: 0xC2
      • TUNNEL_ENCAPSULATION_LIMIT

        public static final IpV6OptionType TUNNEL_ENCAPSULATION_LIMIT
        Tunnel Encapsulation Limit: 0x04
      • ROUTER_ALERT

        public static final IpV6OptionType ROUTER_ALERT
        Router Alert: 0x05
      • QUICK_START

        public static final IpV6OptionType QUICK_START
        Quick-Start: 0x26
      • HOME_ADDRESS

        public static final IpV6OptionType HOME_ADDRESS
        Home Address: 0xC9
      • ENDPOINT_IDENTIFICATION

        public static final IpV6OptionType ENDPOINT_IDENTIFICATION
        Endpoint Identification: 0x8A
      • ILNP_NONCE

        public static final IpV6OptionType ILNP_NONCE
        ILNP Nonce: 0x8B
      • LINE_IDENTIFICATION

        public static final IpV6OptionType LINE_IDENTIFICATION
        Line-Identification: 0x8C
    • Constructor Detail

      • IpV6OptionType

        public IpV6OptionType​(java.lang.Byte value,
                              java.lang.String name)
        Parameters:
        value - value
        name - name
    • Method Detail

      • getInstance

        public static IpV6OptionType getInstance​(java.lang.Byte value)
        Parameters:
        value - value
        Returns:
        a IpV6OptionType object.
      • optionDataMayChange

        public boolean optionDataMayChange()
        The chg field (The third-highest-order bit of the Option Type)
        Returns:
        true if the option data may change en-route; false the option data does not change en-route.