public function isReadable() { if (strlen($this->rBuf_) > 0) { return true; } return $this->transport_->isReadable(); }