Method: Protocol::HTTP2::SettingsFrame#apply

Defined in:
lib/protocol/http2/settings_frame.rb

#apply(connection) ⇒ Object



246
247
248
# File 'lib/protocol/http2/settings_frame.rb', line 246

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