public function sendData()
 {
     $this->handler->write($this->client->sendBuffer);
     $this->client->sendBuffer = null;
 }