Apache CXF API

org.apache.cxf.transport.http.netty.server.session
Interface HttpSessionStore

All Known Implementing Classes:
DefaultHttpSessionStore

public interface HttpSessionStore


Method Summary
 NettyHttpSession createSession()
           
 void destroyInactiveSessions()
           
 void destroySession(String sessionId)
           
 NettyHttpSession findSession(String sessionId)
           
 

Method Detail

findSession

NettyHttpSession findSession(String sessionId)

createSession

NettyHttpSession createSession()

destroySession

void destroySession(String sessionId)

destroyInactiveSessions

void destroyInactiveSessions()

Apache CXF API

Apache CXF