Uses of Interface
org.apache.cxf.transport.http.netty.server.session.HttpSessionStore
-
-
Uses of HttpSessionStore in org.apache.cxf.transport.http.netty.server
Methods in org.apache.cxf.transport.http.netty.server that return HttpSessionStore Modifier and Type Method Description protected HttpSessionStoreNettyHttpServletPipelineFactory. getHttpSessionStore() -
Uses of HttpSessionStore in org.apache.cxf.transport.http.netty.server.interceptor
Constructors in org.apache.cxf.transport.http.netty.server.interceptor with parameters of type HttpSessionStore Constructor Description HttpSessionInterceptor(HttpSessionStore sessionStore) -
Uses of HttpSessionStore in org.apache.cxf.transport.http.netty.server.servlet
Methods in org.apache.cxf.transport.http.netty.server.servlet that return HttpSessionStore Modifier and Type Method Description static HttpSessionStoreHttpSessionThreadLocal. getSessionStore()Methods in org.apache.cxf.transport.http.netty.server.servlet with parameters of type HttpSessionStore Modifier and Type Method Description static voidHttpSessionThreadLocal. setSessionStore(HttpSessionStore store) -
Uses of HttpSessionStore in org.apache.cxf.transport.http.netty.server.session
Classes in org.apache.cxf.transport.http.netty.server.session that implement HttpSessionStore Modifier and Type Class Description classDefaultHttpSessionStore
-