class Protocol::HTTP2::Stream

def closed?

def closed?
	@state == :closed
end