Interface ProxyWebSocketInitialInterceptBinaryMessage

    • Method Detail

      • payload

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

        static ProxyWebSocketInitialInterceptBinaryMessage interceptBinaryMessage​(ByteArray payload)
        This is a helper method to build a binary WebSocket message to be intercepted within the Proxy.
        Parameters:
        payload - The binary message payload.
        Returns:
        The message.
      • doNotInterceptBinaryMessage

        static ProxyWebSocketInitialInterceptBinaryMessage doNotInterceptBinaryMessage​(ByteArray payload)
        This is a helper method to build a binary WebSocket message to continue within the Proxy without interception.
        Parameters:
        payload - The binary message payload.
        Returns:
        The message.