Class OutgoingHeaders<T>



  • public class OutgoingHeaders<T>
    extends Http2Frame
    Contains all parameters for outgoing headers. Is converted to HeadersFrame and ContinuationFrames by Http2Connection.
    • Method Detail

      • setPriority

        public void setPriority(int streamDependency,
                                boolean exclusive,
                                int weight)
      • getStreamDependency

        public int getStreamDependency()
      • getWeight

        public int getWeight()
      • getExclusive

        public boolean getExclusive()
      • getAttachment

        public T getAttachment()
      • getSystemHeaders

        public HttpHeaders getSystemHeaders()