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.