Interface WebSocketMessageEditorProvider
public interface WebSocketMessageEditorProvider
Extensions can register an instance of this interface to provide custom Web Socket message editors within Burp's user interface.
-
Method Summary
Modifier and TypeMethodDescriptionprovideMessageEditor
(EditorCreationContext creationContext) Invoked by Burp when a new Web Socket message editor is required from the extension.
-
Method Details
-
provideMessageEditor
Invoked by Burp when a new Web Socket message editor is required from the extension.- Parameters:
creationContext
- details about the context that is requiring a message editor- Returns:
- An instance of
ExtensionProvidedWebSocketMessageEditor
-