Interface ProxyWebSocketFinalInterceptTextMessage

    • Method Detail

      • payload

        java.lang.String payload()
        Returns:
        The payload of this message.
      • continueWithTextMessage

        static ProxyWebSocketFinalInterceptTextMessage continueWithTextMessage​(java.lang.String payload)
        This is a helper method to build a text WebSocket message to continue through Burp.
        Parameters:
        payload - The text message payload.
        Returns:
        The message.