class Protocol::HTTP2::Dependency

def priority(exclusive = false)

The current local priority of the stream.
def priority(exclusive = false)
	Priority.new(exclusive, @parent.id, @weight)
end