Package burp.api.montoya.core
Interface Marker
public interface Marker
Marker containing a range representing interesting data in requests and responses.
-
Method Summary
-
Method Details
-
range
Range range()- Returns:
- The range of the marker.
-
marker
-
marker
Create a marker object from two indices representing a range.- Parameters:
startIndexInclusive
- The start index of the range inclusive of this value.endIndexExclusive
- The end index of the range exclusive of this value.- Returns:
- The marker with the range.
-