PHP Класс ElephantIO\Engine\SocketIO\Version0X

Based on the work of Baptiste Clavié (@Taluu)
Наследование: extends ElephantIO\Engine\AbstractSocketIO
Показать файл Открыть проект

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

Метод Описание
close ( ) {@inheritDoc}
connect ( ) {@inheritDoc}
emit ( $event, array $args ) {@inheritDoc}
getName ( ) {@inheritDoc}
of ( $namespace ) {@inheritDoc}
write ( $code, $message = null ) {@inheritDoc}

Защищенные методы

Метод Описание
getDefaultOptions ( ) {@inheritDoc}
handshake ( ) Does the handshake with the Socket.io server and populates the session value object

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

Метод Описание
upgradeTransport ( ) Upgrades the transport to WebSocket

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

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

{@inheritDoc}
public close ( )

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

{@inheritDoc}
public connect ( )

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

{@inheritDoc}
public emit ( $event, array $args )
$args array

getDefaultOptions() защищенный Метод

{@inheritDoc}
protected getDefaultOptions ( )

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

{@inheritDoc}
public getName ( )

handshake() защищенный Метод

Does the handshake with the Socket.io server and populates the session value object
protected handshake ( )

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

{@inheritDoc}
public of ( $namespace )

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

{@inheritDoc}
public write ( $code, $message = null )