PHP 클래스 Devristo\Phpws\Client\WebSocket

상속: extends Evenement\EventEmitter
파일 보기 프로젝트 열기: devristo/phpws 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$headers
$isClosing
$logger
$loop
$request
$response
$socket
$state
$stream Devristo\Phpws\Protocol\WebSocketConnection
$streamOptions
$transport Devristo\Phpws\Protocol\WebSocketTransport
$url

공개 메소드들

메소드 설명
__construct ( $url, React\EventLoop\LoopInterface $loop, Zend\Log\LoggerInterface $logger, array $streamOptions = null )
close ( )
getState ( )
open ( $timeOut = null )
send ( $string )
sendFrame ( Devristo\Phpws\Framing\WebSocketFrameInterface $frame )
sendMessage ( Devristo\Phpws\Messaging\WebSocketMessageInterface $msg )

메소드 상세

__construct() 공개 메소드

public __construct ( $url, React\EventLoop\LoopInterface $loop, Zend\Log\LoggerInterface $logger, array $streamOptions = null )
$loop React\EventLoop\LoopInterface
$logger Zend\Log\LoggerInterface
$streamOptions array

close() 공개 메소드

public close ( )

getState() 공개 메소드

public getState ( )

open() 공개 메소드

public open ( $timeOut = null )

send() 공개 메소드

public send ( $string )

sendFrame() 공개 메소드

public sendFrame ( Devristo\Phpws\Framing\WebSocketFrameInterface $frame )
$frame Devristo\Phpws\Framing\WebSocketFrameInterface

sendMessage() 공개 메소드

public sendMessage ( Devristo\Phpws\Messaging\WebSocketMessageInterface $msg )
$msg Devristo\Phpws\Messaging\WebSocketMessageInterface

프로퍼티 상세

$headers 보호되어 있는 프로퍼티

protected $headers

$isClosing 보호되어 있는 프로퍼티

protected $isClosing

$logger 보호되어 있는 프로퍼티

protected $logger

$loop 보호되어 있는 프로퍼티

protected $loop

$request 보호되어 있는 프로퍼티

protected $request

$response 보호되어 있는 프로퍼티

protected $response

$socket 보호되어 있는 프로퍼티

protected $socket

$state 보호되어 있는 프로퍼티

protected $state

$stream 보호되어 있는 프로퍼티

protected WebSocketConnection,Devristo\Phpws\Protocol $stream
리턴 Devristo\Phpws\Protocol\WebSocketConnection

$streamOptions 보호되어 있는 프로퍼티

protected $streamOptions

$transport 보호되어 있는 프로퍼티

protected WebSocketTransport,Devristo\Phpws\Protocol $transport
리턴 Devristo\Phpws\Protocol\WebSocketTransport

$url 보호되어 있는 프로퍼티

protected $url