Package burp.api.montoya.proxy.websocket
Interface InterceptedTextMessage
- All Superinterfaces:
TextMessage
-
Method Summary
-
Method Details
-
payload
String payload()- Specified by:
payloadin interfaceTextMessage- Returns:
- Text based WebSocket payload.
-
direction
Direction direction()- Specified by:
directionin interfaceTextMessage- Returns:
- The direction of the message.
-