Apache CXF API

Uses of Class
org.apache.cxf.transport.http.netty.server.servlet.NettyHttpSession

Packages that use NettyHttpSession
org.apache.cxf.transport.http.netty.server.servlet   
org.apache.cxf.transport.http.netty.server.session   
 

Uses of NettyHttpSession in org.apache.cxf.transport.http.netty.server.servlet
 

Fields in org.apache.cxf.transport.http.netty.server.servlet with type parameters of type NettyHttpSession
static ThreadLocal<NettyHttpSession> HttpSessionThreadLocal.SESSION_THREAD_LOCAL
           
 

Methods in org.apache.cxf.transport.http.netty.server.servlet that return NettyHttpSession
static NettyHttpSession HttpSessionThreadLocal.get()
           
static NettyHttpSession HttpSessionThreadLocal.getOrCreate()
           
 

Methods in org.apache.cxf.transport.http.netty.server.servlet with parameters of type NettyHttpSession
static void HttpSessionThreadLocal.set(NettyHttpSession session)
           
 

Uses of NettyHttpSession in org.apache.cxf.transport.http.netty.server.session
 

Methods in org.apache.cxf.transport.http.netty.server.session that return NettyHttpSession
 NettyHttpSession DefaultHttpSessionStore.createSession()
           
 NettyHttpSession HttpSessionStore.createSession()
           
 NettyHttpSession DefaultHttpSessionStore.findSession(String sessionId)
           
 NettyHttpSession HttpSessionStore.findSession(String sessionId)
           
 


Apache CXF API

Apache CXF