Package burp.api.montoya.persistence
Interface TemporaryFile
-
- All Superinterfaces:
ByteArraySupport,DeleteSupport,KeySupport,RequestResponseSupport
public interface TemporaryFile extends RequestResponseSupport, ByteArraySupport, KeySupport, DeleteSupport
This interface represents an instance of a class that allows data to be stored to and accessed from a temporary file. It has support for HTTP requests, HTTP responses and byte arrays.
-
-
Method Summary
-
Methods inherited from interface burp.api.montoya.persistence.support.ByteArraySupport
getByteArray, getByteArrayList, setByteArray, setByteArrayList
-
Methods inherited from interface burp.api.montoya.persistence.support.DeleteSupport
delete
-
Methods inherited from interface burp.api.montoya.persistence.support.KeySupport
listKeys
-
Methods inherited from interface burp.api.montoya.persistence.support.RequestResponseSupport
getHttpRequest, getHttpRequestList, getHttpRequestResponse, getHttpRequestResponseList, getHttpResponse, getHttpResponseList, setHttpRequest, setHttpRequestList, setHttpRequestResponse, setHttpRequestResponseList, setHttpResponse, setHttpResponseList
-
-