Package burp.api.montoya.websocket
package burp.api.montoya.websocket
-
ClassDescriptionBinary WebSocket message.This enum is used to indicate the direction of the WebSocket message.This enum represents the action to be applied to a
TextMessageAction
orBinaryMessageAction
.This interface allows an extension to be notified when messages are received or the WebSocket has been closed.Text WebSocket message.WebSocket within Burp.Extensions can implement this interface and then callregisterWebSocketCreatedHandler(burp.api.montoya.websocket.WebSocketCreatedHandler)
to register a WebSocket handler.Provides access to WebSocket related functionality of Burp.