public class Session extends LinkedHashMap<String,Object> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SESSION_OBJ_STRING_SIZE
The maximum amount of characters to dump for a session object.
|
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
Object |
put(String key,
Object value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final int MAX_SESSION_OBJ_STRING_SIZE
Copyright © 2023 Honeybadger.io. All rights reserved.