예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function handleError(IoConnectionInterface $conn, $ex)
 {
     if (!$this->isBlocked($conn->getHost())) {
         $this->component->handleError($conn, $ex);
     }
 }
예제 #2
0
 /**
  * @override
  */
 public function getHost()
 {
     return $this->connection->getHost();
 }