PHP Class morozovsk\websocket\GenericSelect

Datei anzeigen Open project: morozovsk/websocket

Public Properties

Property Type Description
$timer write buffers

Protected Properties

Property Type Description
$_master
$_read
$_server
$_service
$_write read buffers
$clients
$services

Public Methods

Method Description
start ( )

Protected Methods

Method Description
_createTimer ( )
_onError ( $connectionId )
_read ( $connectionId )
_readFromBuffer ( $connectionId )
_sendBuffer ( $connect )
_write ( $connectionId, $data, $delimiter = '' )
close ( $connectionId )

Method Details

_createTimer() protected method

protected _createTimer ( )

_onError() protected method

protected _onError ( $connectionId )

_read() protected method

protected _read ( $connectionId )

_readFromBuffer() protected method

protected _readFromBuffer ( $connectionId )

_sendBuffer() protected method

protected _sendBuffer ( $connect )

_write() protected method

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

close() protected method

protected close ( $connectionId )

start() public method

public start ( )

Property Details

$_master protected_oe property

protected $_master

$_read protected_oe property

protected $_read

$_server protected_oe property

protected $_server

$_service protected_oe property

protected $_service

$_write protected_oe property

read buffers
protected $_write

$clients protected_oe property

protected $clients

$services protected_oe property

protected $services

$timer public_oe property

write buffers
public $timer