PHP Class Sulu\Component\Websocket\MessageDispatcher\AuthenticatedMessageDispatcherApp

Inheritance: extends MessageDispatcherApp
Datei anzeigen Open project: sulu/sulu

Public Methods

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

Protected Methods

Method Description
createContext ( Ratchet\ConnectionInterface $conn )
createMessageHandlerContext ( Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface $context, $handlerName )

Method Details

__construct() public method

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 method

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

createMessageHandlerContext() protected method

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