Package burp.api.montoya.websocket
Interface WebSocketCreated
public interface WebSocketCreated
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
webSocket
WebSocket webSocket()- Returns:
- The WebSocket that was created.
-
upgradeRequest
HttpRequest upgradeRequest()- Returns:
- The HTTP upgrade request that initiated the WebSocket creation.
-
toolSource
ToolSource toolSource()- Returns:
- Indicates which Burp tool that created the WebSocket.
-