PHP 클래스 ElephantIO\Engine\SocketIO\Version1X

Based on the work of Mathieu Lallemand (@lalmat)
저자: Baptiste Clavié ([email protected])
상속: extends ElephantIO\Engine\AbstractSocketIO
파일 보기 프로젝트 열기: wisembly/elephant.io

공개 메소드들

메소드 설명
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 )