Got it, Thanks Simone Best Regards Muhui Jiang
2015-09-13 17:25 GMT+08:00 Simone Bordet <[email protected]>: > Hi, > > On Sun, Sep 13, 2015 at 9:46 AM, Muhui Jiang <[email protected]> wrote: > > Hi all: > > > > According to the Jetty javadoc. The construct method of HeadersFrame is: > > > > HeadersFrame(int streamId, MetaData metaData, PriorityFrame priority, > > boolean endStream). > > > > And the construct method of PriorityFrame is > > > > PriorityFrame(int streamId, int dependentStreamId, int weight, boolean > > exclusive). > > > > They all have a streamid. What is the difference? If I want to build a > > dependent tree which streamid should be dependent? Many Thanks. > > The variable names explain it all. > For reference, see also: > http://tools.ietf.org/html/rfc7540#section-5.3 and > http://tools.ietf.org/html/rfc7540#section-6.3. > > HTTP2Client does not have yet the capability to send a single PRIORITY > frame, but I tracked this issue with: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=477270. > > Thanks ! > > -- > Simone Bordet > ---- > http://cometd.org > http://webtide.com > Developer advice, training, services and support > from the Jetty & CometD experts. > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
