protected static class Serve.HttpSessionContextImpl extends Hashtable implements javax.servlet.http.HttpSessionContext
| Modifier | Constructor and Description |
|---|---|
protected |
HttpSessionContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
getIds() |
javax.servlet.http.HttpSession |
getSession(String sessionId) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Enumeration getIds()
getIds in interface javax.servlet.http.HttpSessionContextpublic javax.servlet.http.HttpSession getSession(String sessionId)
getSession in interface javax.servlet.http.HttpSessionContextCopyright © 2016. All Rights Reserved.