Package | Description |
---|---|
org.apache.cxf.transport.http.netty.server.servlet | |
org.apache.cxf.transport.http.netty.server.session |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<NettyHttpSession> |
HttpSessionThreadLocal.SESSION_THREAD_LOCAL |
Modifier and Type | Method and Description |
---|---|
static NettyHttpSession |
HttpSessionThreadLocal.get() |
static NettyHttpSession |
HttpSessionThreadLocal.getOrCreate() |
Modifier and Type | Method and Description |
---|---|
static void |
HttpSessionThreadLocal.set(NettyHttpSession session) |
Modifier and Type | Method and Description |
---|---|
NettyHttpSession |
DefaultHttpSessionStore.createSession() |
NettyHttpSession |
HttpSessionStore.createSession() |
NettyHttpSession |
DefaultHttpSessionStore.findSession(String sessionId) |
NettyHttpSession |
HttpSessionStore.findSession(String sessionId) |
Apache CXF