Uses of Class
org.apache.cxf.transport.http.netty.server.servlet.NettyHttpSession
Packages that use NettyHttpSession
Package
Description
-
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 NettyHttpSessionModifier and TypeFieldDescriptionstatic final ThreadLocal<NettyHttpSession>HttpSessionThreadLocal.SESSION_THREAD_LOCALMethods in org.apache.cxf.transport.http.netty.server.servlet that return NettyHttpSessionModifier and TypeMethodDescriptionstatic NettyHttpSessionHttpSessionThreadLocal.get()static NettyHttpSessionHttpSessionThreadLocal.getOrCreate()Methods in org.apache.cxf.transport.http.netty.server.servlet with parameters of type NettyHttpSessionModifier and TypeMethodDescriptionstatic 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 NettyHttpSessionModifier and TypeMethodDescriptionDefaultHttpSessionStore.createSession()HttpSessionStore.createSession()DefaultHttpSessionStore.findSession(String sessionId) HttpSessionStore.findSession(String sessionId)