class Protocol::HTTP2::PushPromiseFrame

def apply(connection)

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