Package burp.api.montoya.websocket
Interface WebSockets
-
public interface WebSocketsThis interface is used to access WebSocket related functionality of Burp.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationregisterWebSocketCreationHandler(WebSocketCreationHandler handler)This method is used to register a handler which will be invoked whenever a WebSocket is created by any Burp tool.
-
-
-
Method Detail
-
registerWebSocketCreationHandler
Registration registerWebSocketCreationHandler(WebSocketCreationHandler handler)
This method is used to register a handler which will be invoked whenever a WebSocket is created by any Burp tool.- Parameters:
handler- An object created by the extension that implementsWebSocketCreationHandlerinterface.- Returns:
- The
Registrationfor the handler.
-
-