PHP Sulu\Component\Websocket\MessageDispatcher Namespace

Interfaces

Name Description
MessageBuilderInterface Defines methods to build websocket messages from the given data.
MessageDispatcherInterface Interface MessageDispatcherInterface.
MessageHandlerInterface Interface MessageHandlerInterface.

Classes

Name Description
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.