Package burp.api.montoya.proxy.websocket
Interface InterceptedTextMessage
-
Method Summary
-
Method Details
-
annotations
Annotations annotations()- Returns:
- The annotations.
-
payload
String payload()- Specified by:
payload
in interfaceTextMessage
- Returns:
- Text based WebSocket payload.
-
direction
Direction direction()- Specified by:
direction
in interfaceTextMessage
- Returns:
- The direction of the message.
-