PHP 클래스 morozovsk\websocket\GenericSelect

파일 보기 프로젝트 열기: morozovsk/websocket

공개 프로퍼티들

프로퍼티 타입 설명
$timer write buffers

보호된 프로퍼티들

프로퍼티 타입 설명
$_master
$_read
$_server
$_service
$_write read buffers
$clients
$services

공개 메소드들

메소드 설명
start ( )

보호된 메소드들

메소드 설명
_createTimer ( )
_onError ( $connectionId )
_read ( $connectionId )
_readFromBuffer ( $connectionId )
_sendBuffer ( $connect )
_write ( $connectionId, $data, $delimiter = '' )
close ( $connectionId )

메소드 상세

_createTimer() 보호된 메소드

protected _createTimer ( )

_onError() 보호된 메소드

protected _onError ( $connectionId )

_read() 보호된 메소드

protected _read ( $connectionId )

_readFromBuffer() 보호된 메소드

protected _readFromBuffer ( $connectionId )

_sendBuffer() 보호된 메소드

protected _sendBuffer ( $connect )

_write() 보호된 메소드

protected _write ( $connectionId, $data, $delimiter = '' )

close() 보호된 메소드

protected close ( $connectionId )

start() 공개 메소드

public start ( )

프로퍼티 상세

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

protected $_master

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

protected $_read

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

protected $_server

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

protected $_service

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

read buffers
protected $_write

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

protected $clients

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

protected $services

$timer 공개적으로 프로퍼티

write buffers
public $timer