public class DefaultChatSessionContext extends HashMap<String,Object> implements org.apache.shiro.session.mgt.SessionContext
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DefaultChatSessionContext(long sessionId,
String host) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
Serializable |
getSessionId() |
void |
setHost(String host) |
void |
setSessionId(Serializable serializable) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DefaultChatSessionContext(long sessionId,
String host)
public String getHost()
getHost in interface org.apache.shiro.session.mgt.SessionContextpublic void setHost(String host)
setHost in interface org.apache.shiro.session.mgt.SessionContextpublic Serializable getSessionId()
getSessionId in interface org.apache.shiro.session.mgt.SessionContextpublic void setSessionId(Serializable serializable)
setSessionId in interface org.apache.shiro.session.mgt.SessionContextCopyright © 2019. All rights reserved.