class Protocol::HTTP2::Dependency

def send_priority(priority)

def send_priority(priority)
	@connection.send_priority(@id, priority)
end