Enum Class TrafficRouteBucket.Kind

java.lang.Object
java.lang.Enum<TrafficRouteBucket.Kind>
ai.attackframework.tools.burp.sinks.TrafficRouteBucket.Kind
All Implemented Interfaces:
Serializable, Comparable<TrafficRouteBucket.Kind>, Constable
Enclosing class:
TrafficRouteBucket

public static enum TrafficRouteBucket.Kind extends Enum<TrafficRouteBucket.Kind>
Bucket kind used to group traffic counters in stats.
  • Enum Constant Details

    • SOURCE

      public static final TrafficRouteBucket.Kind SOURCE
      Grouped by originating reporter/source (for example proxy_history_snapshot).
    • TOOL_TYPE

      public static final TrafficRouteBucket.Kind TOOL_TYPE
      Grouped by Burp tool type (for example REPEATER_TABS).
  • Method Details

    • values

      public static TrafficRouteBucket.Kind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TrafficRouteBucket.Kind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null