Package burp.api.montoya.ui.editor
Interface HttpResponseEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponsegetResponse()voidsetResponse(HttpResponse response)This method is used to display the contents of an HTTP response in the editor.-
Methods inherited from interface burp.api.montoya.ui.editor.Editor
caretPosition, isModified, selection, setSearchExpression, uiComponent
-
-
-
-
Method Detail
-
getResponse
HttpResponse getResponse()
- Returns:
- an instance of
HttpResponsederived from the contents of the editor.
-
setResponse
void setResponse(HttpResponse response)
This method is used to display the contents of an HTTP response in the editor.- Parameters:
response- The HTTP response to be set.
-
-