PHP 클래스 morozovsk\websocket\GenericLibevent

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
start ( )

보호된 메소드들

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

비공개 메소드들

메소드 설명
_onTimer ( $connection, $flag, $timer )
accept ( $socket, $flag, $base )
master ( $connection, $flag, $base )
onError ( $buffer, $error, $connectionId )
onRead ( $buffer, $connectionId )
onWrite ( $buffer, $connectionId )
service ( $socket, $flag, $base )

메소드 상세

_read() 보호된 메소드

protected _read ( $connectionId )

_readFromBuffer() 보호된 메소드

protected _readFromBuffer ( $connectionId )

_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 공개적으로 프로퍼티

event buffers
public $timer