PHP Класс Thruway\Connection

Наследование: implements Evenement\EventEmitterInterface, use trait Evenement\EventEmitterTrait
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array $options, React\EventLoop\LoopInterface $loop = null ) Constructor
close ( ) Starts the close sequence
doEvents ( integer $timer = 1 )
getClient ( ) : Client
open ( boolean $startLoop = true ) Starts the open sequence

Приватные методы

Метод Описание
handleOnChallenge ( ) Setup the onChallenge callback
handleOnClose ( ) Handle On Close event
handleOnError ( ) Handle On Error event
handleOnOpen ( ) Handle On Open event

Описание методов

__construct() публичный Метод

Constructor
public __construct ( array $options, React\EventLoop\LoopInterface $loop = null )
$options array
$loop React\EventLoop\LoopInterface

close() публичный Метод

Starts the close sequence
public close ( )

doEvents() публичный Метод

Устаревший: Process events at a set interval
public doEvents ( integer $timer = 1 )
$timer integer

getClient() публичный Метод

public getClient ( ) : Client
Результат Thruway\Peer\Client

open() публичный Метод

Starts the open sequence
public open ( boolean $startLoop = true )
$startLoop boolean