Class SynStreamFrame

All Implemented Interfaces:
org.glassfish.grizzly.Cacheable

public class SynStreamFrame extends HeadersProviderFrame
  • Field Details

    • TYPE

      public static final int TYPE
      See Also:
    • FLAG_FIN

      public static final byte FLAG_FIN
      Marks this frame as the last frame to be transmitted on this stream and puts the sender in the half-closed.
      See Also:
    • FLAG_UNIDIRECTIONAL

      public static final byte FLAG_UNIDIRECTIONAL
      A stream created with this flag puts the recipient in the half-closed state.
      See Also:
    • streamId

      protected int streamId
    • associatedToStreamId

      protected int associatedToStreamId
    • priority

      protected int priority
    • slot

      protected int slot
  • Method Details

    • builder

      public static SynStreamFrame.SynStreamFrameBuilder builder()
    • getStreamId

      public int getStreamId()
    • getAssociatedToStreamId

      public int getAssociatedToStreamId()
    • getPriority

      public int getPriority()
    • getSlot

      public int getSlot()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • recycle

      public void recycle()
      Specified by:
      recycle in interface org.glassfish.grizzly.Cacheable
      Overrides:
      recycle in class HeadersProviderFrame
    • toBuffer

      public org.glassfish.grizzly.Buffer toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager)
      Specified by:
      toBuffer in class SpdyFrame
    • initialize

      protected void initialize(SpdyHeader header)
      Overrides:
      initialize in class SpdyFrame