61 $message->toByteStream($this);
71 $this->_out += strlen($command);
81 $this->_in += strlen($response);
90 $this->_out += strlen($bytes);
91 foreach ($this->_mirrors as $stream)
93 $stream->write($bytes);
113 $this->_mirrors[] = $is;
126 foreach ($this->_mirrors as $k => $stream)
130 unset($this->_mirrors[$k]);
140 foreach ($this->_mirrors as $stream)
142 $stream->flushBuffers();