Interface ProxyWebSocketInitialInterceptTextMessage

    • Method Detail

      • payload

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

        static ProxyWebSocketInitialInterceptTextMessage interceptTextMessage​(java.lang.String payload)
        This is a helper method to build a text WebSocket message to be intercepted within the Proxy.
        Parameters:
        payload - The text message payload.
        Returns:
        The message.
      • doNotInterceptTextMessage

        static ProxyWebSocketInitialInterceptTextMessage doNotInterceptTextMessage​(java.lang.String payload)
        This is a helper method to build a text WebSocket message to continue within the Proxy without interception.
        Parameters:
        payload - The text message payload.
        Returns:
        The message.