PHP Class PHPDaemon\IPCManager\MasterPoolConnection

Inheritance: extends PHPDaemon\Network\Connection
Datei anzeigen Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$instancesCount array

Protected Properties

Property Type Description
$highMark integer
$lowMark integer
$packetLength
$timeout null
$workerId

Public Methods

Method Description
onFinish ( )
onRead ( ) : void Called when new data received.
sendPacket ( $p )

Protected Methods

Method Description
onPacket ( $p )

Method Details

onFinish() public method

public onFinish ( )

onPacket() protected method

protected onPacket ( $p )
$p

onRead() public method

Called when new data received.
public onRead ( ) : void
return void

sendPacket() public method

public sendPacket ( $p )
$p

Property Details

$highMark protected_oe property

protected int $highMark
return integer

$instancesCount public_oe property

public array $instancesCount
return array

$lowMark protected_oe property

protected int $lowMark
return integer

$packetLength protected_oe property

protected $packetLength

$timeout protected_oe property

protected null $timeout
return null

$workerId protected_oe property

protected $workerId