PHP Class ElephantIO\Engine\SocketIO\Version1X

Based on the work of Mathieu Lallemand (@lalmat)
Author: Baptiste Clavié ([email protected])
Inheritance: extends ElephantIO\Engine\AbstractSocketIO
Afficher le fichier Open project: wisembly/elephant.io

Méthodes publiques

Méthode Description
close ( ) {@inheritDoc}
connect ( ) {@inheritDoc}
emit ( $event, array $args ) {@inheritDoc}
getName ( ) {@inheritDoc}
of ( $namespace ) {@inheritDoc}
write ( $code, $message = null ) {@inheritDoc}

Méthodes protégées

Méthode Description
getDefaultOptions ( ) {@inheritDoc}
handshake ( ) Does the handshake with the Socket.io server and populates the session value object

Private Methods

Méthode Description
upgradeTransport ( ) Upgrades the transport to WebSocket

Method Details

close() public méthode

{@inheritDoc}
public close ( )

connect() public méthode

{@inheritDoc}
public connect ( )

emit() public méthode

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

getDefaultOptions() protected méthode

{@inheritDoc}
protected getDefaultOptions ( )

getName() public méthode

{@inheritDoc}
public getName ( )

handshake() protected méthode

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

of() public méthode

{@inheritDoc}
public of ( $namespace )

write() public méthode

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