Package burp.api.montoya.ui.contextmenu
Interface WebSocketMessage
-
Method Summary
Modifier and TypeMethodDescriptionThis method retrieves the annotations for the message.payload()
-
Method Details
-
annotations
Annotations annotations()This method retrieves the annotations for the message.- Returns:
- The
Annotations
for the message.
-
direction
Direction direction()- Returns:
- The direction of the message.
-
payload
ByteArray payload()- Returns:
- WebSocket payload.
-
upgradeRequest
HttpRequest upgradeRequest()- Returns:
- The
HttpRequest
used to create the WebSocket.
-