PHP 클래스 PHPDaemon\Clients\Gibson\Connection

상속: extends PHPDaemon\Network\ClientConnection
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$encoding
$error error message
$isFinal
$readedNum
$responseCode
$responseLength
$result
$totalNum

보호된 프로퍼티들

프로퍼티 타입 설명
$lowMark Default low mark. Minimum number of bytes in buffer
$maxQueue

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
executeCb ( ) : void
onRead ( ) : void onRead

메소드 상세

executeCb() 보호된 메소드

protected executeCb ( ) : void
리턴 void

getReadedNum() 공개 메소드

public getReadedNum ( ) : integer
리턴 integer

getResponseCode() 공개 메소드

public getResponseCode ( ) : integer
리턴 integer

getTotalNum() 공개 메소드

public getTotalNum ( ) : integer
리턴 integer

isFinal() 공개 메소드

public isFinal ( ) : boolean
리턴 boolean

onRead() 보호된 메소드

onRead
protected onRead ( ) : void
리턴 void

onReady() 공개 메소드

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

프로퍼티 상세

$encoding 공개적으로 프로퍼티

public $encoding

$error 공개적으로 프로퍼티

error message
public $error

$isFinal 공개적으로 프로퍼티

public $isFinal

$lowMark 보호되어 있는 프로퍼티

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

$maxQueue 보호되어 있는 프로퍼티

protected $maxQueue

$readedNum 공개적으로 프로퍼티

public $readedNum

$responseCode 공개적으로 프로퍼티

public $responseCode

$responseLength 공개적으로 프로퍼티

public $responseLength

$result 공개적으로 프로퍼티

public $result

$totalNum 공개적으로 프로퍼티

public $totalNum