| Package | Description |
|---|---|
| ch.rasc.wampspring.config | |
| ch.rasc.wampspring.message |
| Modifier and Type | Method and Description |
|---|---|
static WampSession |
WampSessionContextHolder.currentAttributes()
Return the WampSession currently bound to the thread or raise an
IllegalStateException if none are bound.. |
static WampSession |
WampSessionContextHolder.getAttributes()
Return the WampSession currently bound to the thread.
|
WampSession |
WampSessionScope.WampSessionObjectFactory.getObject() |
| Modifier and Type | Method and Description |
|---|---|
static void |
WampSessionContextHolder.setAttributes(WampSession attributes)
Bind the given WampSession to the current thread,
|
| Modifier and Type | Method and Description |
|---|---|
WampSession |
WampMessage.getWampSession() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WampMessage> |
WampMessage.fromJson(com.fasterxml.jackson.core.JsonFactory jsonFactory,
String json,
WampSession wampSession) |
protected String |
WampMessage.replacePrefix(String uri,
WampSession wampSession) |
| Constructor and Description |
|---|
CallMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
EventMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
PublishMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
UnsubscribeMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
Copyright © 2014–2017. All rights reserved.