PHP Class PHPDaemon\Examples\ExampleWebSocket

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Core\AppInstance
Datei anzeigen Open project: kakserpom/phpdaemon

Public Methods

Method Description
beginRequest ( $req, $upstream ) : ExampleWebSocketTestPageRequest Creates Request.
onReady ( ) : void Called when the worker is ready to go.

Method Details

beginRequest() public method

Creates Request.

onReady() public method

Called when the worker is ready to go.
public onReady ( ) : void
return void