Apache CXF API

org.apache.cxf.transport.http.netty.server.servlet
Class HttpSessionThreadLocal

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.servlet.HttpSessionThreadLocal

public final class HttpSessionThreadLocal
extends Object


Field Summary
static ThreadLocal<NettyHttpSession> SESSION_THREAD_LOCAL
           
 
Method Summary
static NettyHttpSession get()
           
static NettyHttpSession getOrCreate()
           
static HttpSessionStore getSessionStore()
           
static void set(NettyHttpSession session)
           
static void setSessionStore(HttpSessionStore store)
           
static void unset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Apache CXF API

Apache CXF