AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getAddress PHP Method

getAddress() public method

Returns the IP address the server listens to.
public getAddress ( ) : string
return string the IP address the server listens to
    public function getAddress()
    {
        return $this->address;
    }