class Protocol::HTTP2::Connection

def open!

def open!
	@state = :open
	
	return self
end