Interface Masker

  • All Known Implementing Classes:
    FixedMasker, RandomMasker, ZeroMasker

    @Deprecated
    public interface Masker
    Deprecated.
    This api is not supported anymore. Please do not use it.
    Interface for various Masker implementations.
    • Method Detail

      • setMask

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

        Implementations MUST set the mask on the frame.

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