Uses of Class
org.apache.cxf.transport.http.netty.server.servlet.NettyHttpSession
-
Packages that use NettyHttpSession Package Description 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 Modifier and Type Field Description static ThreadLocal<NettyHttpSession>HttpSessionThreadLocal. SESSION_THREAD_LOCALMethods in org.apache.cxf.transport.http.netty.server.servlet that return NettyHttpSession Modifier and Type Method Description static NettyHttpSessionHttpSessionThreadLocal. get()static NettyHttpSessionHttpSessionThreadLocal. getOrCreate()Methods in org.apache.cxf.transport.http.netty.server.servlet with parameters of type NettyHttpSession Modifier and Type Method Description static voidHttpSessionThreadLocal. 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 Modifier and Type Method Description NettyHttpSessionDefaultHttpSessionStore. createSession()NettyHttpSessionHttpSessionStore. createSession()NettyHttpSessionDefaultHttpSessionStore. findSession(String sessionId)NettyHttpSessionHttpSessionStore. findSession(String sessionId)
-