Package burp.api.montoya.websocket
-
Interface Summary Interface Description WebSocket This interface represents a WebSocket within Burp.WebSocketBinaryMessage This interface represents a binary WebSocket message.WebSocketCreationHandler Extensions can implement this interface and then callWebSockets.registerWebSocketCreationHandler(burp.api.montoya.websocket.WebSocketCreationHandler)to register a WebSocket handler.WebSocketHandler This interface allows an extension to be notified when messages are received or the WebSocket has been closed.WebSockets This interface is used to access WebSocket related functionality of Burp.WebSocketTextMessage This interface represents a text WebSocket message. -
Enum Summary Enum Description Direction This enum is used to indicate the direction of the WebSocket message.WebSocketMessageAction This enum represents the action to be applied to aWebSocketTextMessageorWebSocketBinaryMessage.