class Protocol::HTTP2::PingFrame

def apply(connection)

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