PHP Sulu\Component\Websocket\MessageDispatcher Пространство имен

Interfaces

Имя Описание
MessageBuilderInterface Defines methods to build websocket messages from the given data.
MessageDispatcherInterface Interface MessageDispatcherInterface.
MessageHandlerInterface Interface MessageHandlerInterface.

Классы

Имя Описание
AuthenticatedMessageDispatcherApp Extends the message dispatcher app with authentication.
AuthenticatedMessageHandlerContext Message handler connection authenticated context.
MessageBuilder Creates messages for websockets.
MessageDispatcher Responsible for taking messages and meta information from a MessageComponentInterface, passing this data to a MessageHandler, and returning the new message to the MessageComponentInterface.
MessageDispatcherApp Class MessageDispatcherApp.
MessageHandlerContext Message handler connection context.