Package burp.api.montoya.proxy.websocket
package burp.api.montoya.proxy.websocket
-
ClassDescriptionExtensions can implement this interface when returning a binary message from
ProxyMessageHandler.handleBinaryMessageReceived(InterceptedBinaryMessage)
.Extensions can implement this interface when returning a binary message fromProxyMessageHandler.handleBinaryMessageToBeSent(InterceptedBinaryMessage)
.This interface allows an extension to be notified when messages are sent or received via the proxy WebSocket, or it has been closed.ProxyWebSocket within Burp.Information about the proxy web socket that is being created.Extensions can implement this interface and then callProxy.registerWebSocketCreationHandler(burp.api.montoya.proxy.websocket.ProxyWebSocketCreationHandler)
to register a WebSocket handler.
The handler will be notified of new WebSockets being created by the Proxy tool.Extensions can implement this interface when returning a text message fromProxyMessageHandler.handleTextMessageReceived(InterceptedTextMessage)
.Extensions can implement this interface when returning a text message fromProxyMessageHandler.handleTextMessageToBeSent(InterceptedTextMessage)
.