Class ReadOnlyDelegatedFrame

  • All Implemented Interfaces:
    Frame

    @Deprecated(since="2021-05-27")
    public class ReadOnlyDelegatedFrame
    extends java.lang.Object
    implements Frame
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Immutable, Read-only, Frame implementation.
    • Constructor Detail

      • ReadOnlyDelegatedFrame

        public ReadOnlyDelegatedFrame​(Frame frame)
        Deprecated.
    • Method Detail

      • getMask

        public byte[] getMask()
        Deprecated.
        Specified by:
        getMask in interface Frame
      • getOpCode

        public byte getOpCode()
        Deprecated.
        Specified by:
        getOpCode in interface Frame
      • getPayload

        public java.nio.ByteBuffer getPayload()
        Deprecated.
        Specified by:
        getPayload in interface Frame
      • getPayloadLength

        public int getPayloadLength()
        Deprecated.
        Description copied from interface: Frame
        The original payload length (Buffer.remaining())
        Specified by:
        getPayloadLength in interface Frame
        Returns:
        the original payload length (Buffer.remaining())
      • hasPayload

        public boolean hasPayload()
        Deprecated.
        Specified by:
        hasPayload in interface Frame
      • isFin

        public boolean isFin()
        Deprecated.
        Specified by:
        isFin in interface Frame
      • isLast

        @Deprecated
        public boolean isLast()
        Deprecated.
        Description copied from interface: Frame
        Specified by:
        isLast in interface Frame
        Returns:
        true if final frame.
      • isMasked

        public boolean isMasked()
        Deprecated.
        Specified by:
        isMasked in interface Frame
      • isRsv1

        public boolean isRsv1()
        Deprecated.
        Specified by:
        isRsv1 in interface Frame
      • isRsv2

        public boolean isRsv2()
        Deprecated.
        Specified by:
        isRsv2 in interface Frame
      • isRsv3

        public boolean isRsv3()
        Deprecated.
        Specified by:
        isRsv3 in interface Frame