TopicManager
class TopicManager implements WsServerInterface, WampServerInterface
Class TopicManager
Properties
| protected WampServerInterface | $app | ||
| protected array | $topicLookup |
Methods
setWampApplication(WampServerInterface $app)
No description
onOpen(ConnectionInterface $conn)
{@inheritdoc}
onCall(ConnectionInterface $conn, $id, $topic, array $params)
{@inheritdoc}
onSubscribe(ConnectionInterface $conn, $topic)
{@inheritdoc}
onUnsubscribe(ConnectionInterface $conn, $topic)
{@inheritdoc}
onPublish(ConnectionInterface $conn, $topic, $event, array $exclude, array $eligible)
{@inheritdoc}
onClose(ConnectionInterface $conn)
{@inheritdoc}
getSubProtocols()
{@inheritdoc}
Topic
getTopic(string $topic)
No description
cleanTopic(Topic $topic, ConnectionInterface $conn)
No description
Details
at line 27
setWampApplication(WampServerInterface $app)
at line 34
onOpen(ConnectionInterface $conn)
{@inheritdoc}
at line 42
onCall(ConnectionInterface $conn, $id, $topic, array $params)
{@inheritdoc}
at line 49
onSubscribe(ConnectionInterface $conn, $topic)
{@inheritdoc}
at line 62
onUnsubscribe(ConnectionInterface $conn, $topic)
{@inheritdoc}
at line 74
onPublish(ConnectionInterface $conn, $topic, $event, array $exclude, array $eligible)
{@inheritdoc}
at line 81
onClose(ConnectionInterface $conn)
{@inheritdoc}
at line 91
onError(ConnectionInterface $conn, Exception $e)
{@inheritdoc}
at line 98
getSubProtocols()
{@inheritdoc}