class Protocol::HTTP2::Stream

def inspect

def inspect
	"\#<#{self.class} id=#{@id} state=#{@state}>"
end