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