burp
Interface IHttpRequestResponsePersisted

All Superinterfaces:
IHttpRequestResponse

public interface IHttpRequestResponsePersisted
extends IHttpRequestResponse

This interface is used for an IHttpRequestResponse object whose request and response messages have been saved to temporary files using IBurpExtenderCallbacks.saveBuffersToTempFiles().


Method Summary
 void deleteTempFiles()
          Deprecated. 
 
Methods inherited from interface burp.IHttpRequestResponse
getComment, getHighlight, getHttpService, getRequest, getResponse, setComment, setHighlight, setHttpService, setRequest, setResponse
 

Method Detail

deleteTempFiles

@Deprecated
void deleteTempFiles()
Deprecated. 

This method is deprecated and no longer performs any action.