org.apache.cxf.transport.http.netty.server.servlet
Class HttpSessionThreadLocal
java.lang.Object
org.apache.cxf.transport.http.netty.server.servlet.HttpSessionThreadLocal
public final class HttpSessionThreadLocal
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_THREAD_LOCAL
public static final ThreadLocal<NettyHttpSession> SESSION_THREAD_LOCAL
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()
Apache CXF