|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHttpRequestResponseWithMarkers
This interface is used for an
IHttpRequestResponse
object that has had markers applied.
Extensions can create instances of this interface using
IBurpExtenderCallbacks.applyMarkers()
, or provide their own
implementation. Markers are used in various situations, such as specifying
Intruder payload positions, Scanner insertion points, and highlights in
Scanner issues.
Method Summary | |
---|---|
java.util.List<int[]> |
getRequestMarkers()
This method returns the details of the request markers. |
java.util.List<int[]> |
getResponseMarkers()
This method returns the details of the response markers. |
Methods inherited from interface burp.IHttpRequestResponse |
---|
getComment, getHighlight, getHttpService, getRequest, getResponse, setComment, setHighlight, setHttpService, setRequest, setResponse |
Method Detail |
---|
java.util.List<int[]> getRequestMarkers()
null
if no request markers are defined.java.util.List<int[]> getResponseMarkers()
null
if no response markers are defined.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |