AppserverIo\Appserver\Core\Consoles\Telnet::getPort PHP Method

getPort() protected method

Returns the port to listen to.
protected getPort ( ) : integer
return integer The port to listen to
    protected function getPort()
    {
        return $this->consoleNode->getParam(Telnet::PARAM_PORT);
    }