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

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

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

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

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

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



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