Property | Type | Description | |
---|---|---|---|
$logo | string | appserver.io written in ASCII art. |
Method | Description | |
---|---|---|
__construct ( AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer, AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface $consoleNode ) : void | Initialize and start the management console. | |
getName ( ) : string | Return's the console name. | |
run ( ) : void | The thread's run() method that runs asynchronously. | |
shutdown ( ) : void | Shutdown handler that checks for fatal/user errors. | |
stop ( ) : void | Stop the console and closes all connections. |
Method | Description | |
---|---|---|
getAddress ( ) : integer | Returns the IP address to listen to. | |
getPort ( ) : integer | Returns the port to listen to. |
public __construct ( AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer, AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface $consoleNode ) : void | ||
$applicationServer | AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface | The reference to the server |
$consoleNode | AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface | The console configuration |
return | void |
protected getAddress ( ) : integer | ||
return | integer | The IP address to listen to |
protected static string $logo | ||
return | string |