/**
  * Returns socket type
  *
  * @return string
  */
 public function getSocketType()
 {
     return $this->node->getSocket();
 }