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, values
public Enumeration getIds()
getIds
in interface javax.servlet.http.HttpSessionContext
public javax.servlet.http.HttpSession getSession(String sessionId)
getSession
in interface javax.servlet.http.HttpSessionContext
Copyright © 2018. All rights reserved.