PHPDaemon\Clients\XMPP\Connection::onRead PHP 메소드

onRead() 공개 메소드

Called when new data received
public onRead ( ) : void
리턴 void
    public function onRead()
    {
        Timer::setTimeout($this->keepaliveTimer);
        if (isset($this->xml)) {
            $this->xml->feed($this->readUnlimited());
        }
    }