AppserverIo\Appserver\Core\Api\Node\ServerNode::getSocket PHP Метод

getSocket() публичный Метод

Returns the socket to use.
public getSocket ( ) : string
Результат string The socket type
    public function getSocket()
    {
        return $this->socket;
    }