Interface Masker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setMask​(org.eclipse.jetty.websocket.common.WebSocketFrame frame)
      Set the mask on the provided WebSocketFrame.
    • Method Detail

      • setMask

        void setMask​(org.eclipse.jetty.websocket.common.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.