PHP Class PHPDaemon\Clients\Gibson\Connection

Inheritance: extends PHPDaemon\Network\ClientConnection
Afficher le fichier Open project: kakserpom/phpdaemon

Méthodes publiques

Свойство Type Description
$encoding
$error error message
$isFinal
$readedNum
$responseCode
$responseLength
$result
$totalNum

Protected Properties

Свойство Type Description
$lowMark Default low mark. Minimum number of bytes in buffer
$maxQueue

Méthodes publiques

Méthode Description
getReadedNum ( ) : integer
getResponseCode ( ) : integer
getTotalNum ( ) : integer
isFinal ( ) : boolean
onReady ( ) : void Called when the connection is handshaked (at low-level), and peer is ready to recv. data

Méthodes protégées

Méthode Description
executeCb ( ) : void
onRead ( ) : void onRead

Method Details

executeCb() protected méthode

protected executeCb ( ) : void
Résultat void

getReadedNum() public méthode

public getReadedNum ( ) : integer
Résultat integer

getResponseCode() public méthode

public getResponseCode ( ) : integer
Résultat integer

getTotalNum() public méthode

public getTotalNum ( ) : integer
Résultat integer

isFinal() public méthode

public isFinal ( ) : boolean
Résultat boolean

onRead() protected méthode

onRead
protected onRead ( ) : void
Résultat void

onReady() public méthode

Called when the connection is handshaked (at low-level), and peer is ready to recv. data
public onReady ( ) : void
Résultat void

Property Details

$encoding public_oe property

public $encoding

$error public_oe property

error message
public $error

$isFinal public_oe property

public $isFinal

$lowMark protected_oe property

Default low mark. Minimum number of bytes in buffer
protected $lowMark

$maxQueue protected_oe property

protected $maxQueue

$readedNum public_oe property

public $readedNum

$responseCode public_oe property

public $responseCode

$responseLength public_oe property

public $responseLength

$result public_oe property

public $result

$totalNum public_oe property

public $totalNum