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.

Best Regards

Muhui Jiang
_______________________________________________
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

Reply via email to