PHP Class PHPDaemon\Servers\HTTP\Pool

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Network\Server
Afficher le fichier Open project: kakserpom/phpdaemon

Méthodes publiques

Свойство Type Description
$WS WebSocketServer instance
$variablesOrder Variables order "GPC"

Méthodes publiques

Méthode Description
onConfigUpdated ( ) : void Called when worker is going to update configuration.
onReady ( ) : void Called when the worker is ready to go.

Méthodes protégées

Méthode Description
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from AppInstance::getConfigDefaults

Method Details

getConfigDefaults() protected méthode

Setting default config options Overriden from AppInstance::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
Résultat array | boolean

onConfigUpdated() public méthode

Called when worker is going to update configuration.
public onConfigUpdated ( ) : void
Résultat void

onReady() public méthode

Called when the worker is ready to go.
public onReady ( ) : void
Résultat void

Property Details

$WS public_oe property

WebSocketServer instance
public $WS

$variablesOrder public_oe property

Variables order "GPC"
public $variablesOrder