| Package | Description |
|---|---|
| ch.rasc.wampspring.config | |
| ch.rasc.wampspring.message | |
| ch.rasc.wampspring.method |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WampMessageSelector.accept(WampMessage message) |
static void |
WampSessionContextHolder.setAttributesFromMessage(WampMessage message)
Extract the WAMP session attributes from the given message, wrap them in a
WampSession instance and bind it to the current thread, |
| Modifier and Type | Class and Description |
|---|---|
class |
CallErrorMessage
When the remote procedure call could not be executed, an error or exception occurred
during the execution or the execution of the remote procedure finishes unsuccessfully
for any other reason, the server responds by sending this message
|
class |
CallMessage
A client initiates a RPC by sending this message
|
class |
CallResultMessage
When the execution of the remote procedure finishes successfully, the server responds
by sending this message
|
class |
EventMessage
Subscribers receive PubSub events published by other components of the system via the
EVENT message.
|
class |
PrefixMessage
Client-to-Server message
|
class |
PublishMessage
The client will send an event to all clients connected to the server who have
subscribed to the topicURI.
|
class |
PubSubMessage
Base class for the publish/subscribe messages.
|
class |
SubscribeMessage
A client requests access to a valid topicURI to receive events published to the given
topicURI.
|
class |
UnsubscribeMessage
Calling unsubscribe on a topicURI informs the server to stop delivering messages to the
client previously subscribed to that topicURI.
|
class |
WelcomeMessage
When a WAMP client connects to a WAMP server, the very first message sent by the server
back to the client is this WELCOME message.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends WampMessage> |
WampMessage.fromJson(com.fasterxml.jackson.core.JsonFactory jsonFactory,
String json) |
static <T extends WampMessage> |
WampMessage.fromJson(com.fasterxml.jackson.core.JsonFactory jsonFactory,
String json,
WampSession wampSession) |
static <T extends WampMessage> |
WampMessage.fromJson(org.springframework.web.socket.WebSocketSession session,
com.fasterxml.jackson.core.JsonFactory jsonFactory,
String json) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InvocableWampHandlerMethod.invoke(WampMessage message,
Object... providedArgs)
Invoke the method with the given message.
|
void |
WampAnnotationMethodMessageHandler.send(WampMessage wampMessage) |
Copyright © 2014–2017. All rights reserved.