public final class HttpSessionThreadLocal extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<NettyHttpSession> |
SESSION_THREAD_LOCAL |
Modifier and Type | Method and Description |
---|---|
static NettyHttpSession |
get() |
static NettyHttpSession |
getOrCreate() |
static HttpSessionStore |
getSessionStore() |
static void |
set(NettyHttpSession session) |
static void |
setSessionStore(HttpSessionStore store) |
static void |
unset() |
public static final ThreadLocal<NettyHttpSession> SESSION_THREAD_LOCAL
public static HttpSessionStore getSessionStore()
public static void setSessionStore(HttpSessionStore store)
public static void set(NettyHttpSession session)
public static void unset()
public static NettyHttpSession get()
public static NettyHttpSession getOrCreate()
Apache CXF