class Protocol::HTTP2::Stream

def write_frame(frame)

def write_frame(frame)
	@connection.write_frame(frame)
end