Interface WampServerInterface
An extension of Ratchet\ComponentInterface to server a WAMP application onMessage is replaced by various types of messages for this protocol (pub/sub or rpc)
- Ratchet\Wamp\WampServerInterface implements Ratchet\ComponentInterface
Direct known implementers
Ratchet\Wamp\TopicManager
public
|
#
onCall(
An RPC call has been received |
public
|
#
onSubscribe(
A request to subscribe to a topic has been made |
public
|
#
onUnSubscribe(
A request to unsubscribe from a topic has been made |
public
|
#
onPublish(
A client is attempting to publish content to a subscribed connections on a URI |
onClose(),
onError(),
onOpen()
|