Interface ProxyWebSocketFinalInterceptBinaryMessage

    • Method Detail

      • payload

        ByteArray payload()
        Returns:
        The payload of this message.
      • continueWithBinaryMessage

        static ProxyWebSocketFinalInterceptBinaryMessage continueWithBinaryMessage​(ByteArray payload)
        This is a helper method to build a binary WebSocket message to continue through Burp.
        Parameters:
        payload - The binary message payload.
        Returns:
        The message.