public interface SessionService
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,Object> |
deserializeSession(Cookie[] sessionCookies) |
String |
serializeSession(ByteBufAllocator bufferAllocator,
Set<Map.Entry<String,Object>> entries) |
String[] |
serializeSession(ByteBufAllocator bufferAllocator,
Set<Map.Entry<String,Object>> entries,
int maxCookieSize) |
String serializeSession(ByteBufAllocator bufferAllocator, Set<Map.Entry<String,Object>> entries)
String[] serializeSession(ByteBufAllocator bufferAllocator, Set<Map.Entry<String,Object>> entries, int maxCookieSize)
ConcurrentMap<String,Object> deserializeSession(Cookie[] sessionCookies)