org.mortbay.jetty.servlet

Class HashSessionManager

public class HashSessionManager extends AbstractSessionManager

An in-memory implementation of SessionManager.

Version: $Id: HashSessionManager.java,v 1.16 2004/05/09 20:32:27 gregwilkins Exp $

Author: Greg Wilkins (gregw)

Nested Class Summary
protected classHashSessionManager.Session
Constructor Summary
HashSessionManager()
HashSessionManager(Random random)
Method Summary
protected AbstractSessionManager.SessionnewSession(HttpServletRequest request)

Constructor Detail

HashSessionManager

public HashSessionManager()

HashSessionManager

public HashSessionManager(Random random)

Method Detail

newSession

protected AbstractSessionManager.Session newSession(HttpServletRequest request)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.