java.lang.Object
com.predic8.membrane.core.transport.http2.frame.PriorityFrame

public class PriorityFrame extends Object
  • Constructor Details

    • PriorityFrame

      public PriorityFrame(Frame frame)
  • Method Details

    • toString

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

      public Frame getFrame()
    • getWeight

      public int getWeight()
    • getStreamDependency

      public int getStreamDependency()
    • isExclusive

      public boolean isExclusive()
    • validateSize

      public void validateSize() throws IOException
      Throws:
      IOException