class Protocol::HTTP2::SettingsFrame

def apply(connection)

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