AppserverIo\Appserver\Core\Api\Node\UpstreamServerNode::getType PHP Method

getType() public method

Returns the servers type.
public getType ( ) : string
return string The servers type
    public function getType()
    {
        return $this->type;
    }
UpstreamServerNode