Package burp.api.montoya.proxy.websocket
Interface InterceptedBinaryMessage
- All Superinterfaces:
BinaryMessage
-
Method Summary
-
Method Details
-
payload
ByteArray payload()- Specified by:
payloadin interfaceBinaryMessage- Returns:
- Binary based WebSocket payload.
-
direction
Direction direction()- Specified by:
directionin interfaceBinaryMessage- Returns:
- The direction of the message.
-