Interface IcmpTypeCode.Builder

  • Method Details

    • 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

      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.