Uses of Class
org.eclipse.jetty.server.session.HashSessionManager.HashedSession

Packages that use HashSessionManager.HashedSession
org.eclipse.jetty.server.session   
 

Uses of HashSessionManager.HashedSession in org.eclipse.jetty.server.session
 

Fields in org.eclipse.jetty.server.session with type parameters of type HashSessionManager.HashedSession
protected  ConcurrentMap<String,HashSessionManager.HashedSession> HashSessionManager._sessions
           
 

Methods in org.eclipse.jetty.server.session that return HashSessionManager.HashedSession
 HashSessionManager.HashedSession HashSessionManager.restoreSession(InputStream is, HashSessionManager.HashedSession session)
           
protected  HashSessionManager.HashedSession HashSessionManager.restoreSession(String idInCuster)
           
 

Methods in org.eclipse.jetty.server.session with parameters of type HashSessionManager.HashedSession
 HashSessionManager.HashedSession HashSessionManager.restoreSession(InputStream is, HashSessionManager.HashedSession session)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.