class Protocol::HTTP2::PriorityFrame

def apply(connection)

def apply(connection)
	connection.receive_priority(self)
end