Class PriorityFrame

    • Constructor Detail

      • PriorityFrame

        public PriorityFrame​(int parentStreamId,
                             int weight,
                             boolean exclusive)
      • PriorityFrame

        public PriorityFrame​(int streamId,
                             int parentStreamId,
                             int weight,
                             boolean exclusive)
    • Method Detail

      • getDependentStreamId

        @Deprecated
        public int getDependentStreamId()
        Deprecated.
        use getParentStreamId() instead.
        Returns:
        int of the Parent Stream
      • getParentStreamId

        public int getParentStreamId()
      • getWeight

        public int getWeight()
      • isExclusive

        public boolean isExclusive()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Frame