Package burp.api.montoya.ui.hotkey
Interface HotKeyEvent
- All Superinterfaces:
ComponentEvent
,InvocationSource
,ToolSource
Provides useful contextual information from events triggered by hot keys
HotKeyHandler
.-
Method Summary
Modifier and TypeMethodDescriptionThis method can be used to retrieve details of the currently selected HTTP request/response when the hot key was invoked.Methods inherited from interface burp.api.montoya.ui.contextmenu.ComponentEvent
inputEvent
Methods inherited from interface burp.api.montoya.ui.contextmenu.InvocationSource
invocationType, isFrom
Methods inherited from interface burp.api.montoya.core.ToolSource
isFromTool, toolType
-
Method Details
-
messageEditorRequestResponse
Optional<MessageEditorHttpRequestResponse> messageEditorRequestResponse()This method can be used to retrieve details of the currently selected HTTP request/response when the hot key was invoked.- Returns:
- an
Optional
describing the currently selected request response with selection metadata.
-