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