PHP 클래스 Sulu\Component\Websocket\MessageDispatcher\AuthenticatedMessageDispatcherApp

상속: extends MessageDispatcherApp
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( $appName, Sulu\Component\Websocket\MessageDispatcher\MessageDispatcherInterface $messageDispatcher, $firewallName, Doctrine\Common\Cache\Cache $contextsCache )

보호된 메소드들

메소드 설명
createContext ( Ratchet\ConnectionInterface $conn )
createMessageHandlerContext ( Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface $context, $handlerName )

메소드 상세

__construct() 공개 메소드

public __construct ( $appName, Sulu\Component\Websocket\MessageDispatcher\MessageDispatcherInterface $messageDispatcher, $firewallName, Doctrine\Common\Cache\Cache $contextsCache )
$messageDispatcher Sulu\Component\Websocket\MessageDispatcher\MessageDispatcherInterface
$contextsCache Doctrine\Common\Cache\Cache

createContext() 보호된 메소드

protected createContext ( Ratchet\ConnectionInterface $conn )
$conn Ratchet\ConnectionInterface

createMessageHandlerContext() 보호된 메소드

protected createMessageHandlerContext ( Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface $context, $handlerName )
$context Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface