Interface Masker

    • Method Detail

      • setMask

        void setMask​(WebSocketFrame frame)
        Set the mask on the provided WebSocketFrame.

        Implementations MUST set the mask on the frame.

        Parameters:
        frame - the frame to set the mask on.