Package burp
Interface IHttpRequestResponsePersisted
-
- All Superinterfaces:
IHttpRequestResponse
public interface IHttpRequestResponsePersisted extends IHttpRequestResponse
This interface is used for anIHttpRequestResponseobject whose request and response messages have been saved to temporary files usingIBurpExtenderCallbacks.saveBuffersToTempFiles().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddeleteTempFiles()Deprecated.-
Methods inherited from interface burp.IHttpRequestResponse
getComment, getHighlight, getHttpService, getRequest, getResponse, setComment, setHighlight, setHttpService, setRequest, setResponse
-
-