Interface IcmpTypeCode.Builder

    • Method Detail

      • code

        IcmpTypeCode.Builder code​(Integer code)

        The ICMP code. A value of -1 means all codes for the specified ICMP type.

        Parameters:
        code - The ICMP code. A value of -1 means all codes for the specified ICMP type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        IcmpTypeCode.Builder type​(Integer type)

        The ICMP type. A value of -1 means all types.

        Parameters:
        type - The ICMP type. A value of -1 means all types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.