Interface Masker

  • All Known Implementing Classes:
    FixedMasker, RandomMasker, ZeroMasker

    @Deprecated(since="2021-05-27")
    public interface Masker
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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.