Class HttpSessionThreadLocal
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.servlet.HttpSessionThreadLocal
-
public final class HttpSessionThreadLocal extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<NettyHttpSession>SESSION_THREAD_LOCAL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NettyHttpSessionget()static NettyHttpSessiongetOrCreate()static HttpSessionStoregetSessionStore()static voidset(NettyHttpSession session)static voidsetSessionStore(HttpSessionStore store)static voidunset()
-
-
-
Field Detail
-
SESSION_THREAD_LOCAL
public static final ThreadLocal<NettyHttpSession> SESSION_THREAD_LOCAL
-
-
Method Detail
-
getSessionStore
public static HttpSessionStore getSessionStore()
-
setSessionStore
public static void setSessionStore(HttpSessionStore store)
-
set
public static void set(NettyHttpSession session)
-
unset
public static void unset()
-
get
public static NettyHttpSession get()
-
getOrCreate
public static NettyHttpSession getOrCreate()
-
-