Interface ProxyWebSocketCreationHandler

    • Method Detail

      • handleWebSocketCreated

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