PHP Класс Sulu\Component\Websocket\MessageDispatcher\AuthenticatedMessageDispatcherApp

Наследование: extends MessageDispatcherApp
Показать файл Открыть проект

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

Метод Описание
__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