Interface WebSocketCreationHandler

    • Method Detail

      • handleWebSocketCreated

        void handleWebSocketCreated​(WebSocket webSocket,
                                    HttpRequest upgradeRequest,
                                    ToolSource toolSource)
        This method is invoked by Burp when a WebSocket has been created.
        Parameters:
        webSocket - The WebSocket that was created.
        upgradeRequest - The HTTP upgrade request that initiated the WebSocket creation.
        toolSource - Indicates which Burp tool that created the WebSocket.