PHPDaemon\Clients\Gibson\Connection::executeCb PHP Method

executeCb() protected method

protected executeCb ( ) : void
return void
    protected function executeCb()
    {
        $this->state = static::STATE_STANDBY;
        $this->onResponse->executeOne($this);
        $this->encoding = null;
        $this->responseLength = null;
        $this->result = null;
        $this->totalNum = null;
        $this->readedNum = null;
        $this->isFinal = false;
        $this->checkFree();
    }