org.openqa.jetty.jetty.servlet
Class HashSessionManager.Session

java.lang.Object
  extended by org.openqa.jetty.jetty.servlet.AbstractSessionManager.Session
      extended by org.openqa.jetty.jetty.servlet.HashSessionManager.Session
All Implemented Interfaces:
javax.servlet.http.HttpSession, SessionManager.Session
Enclosing class:
HashSessionManager

protected class HashSessionManager.Session
extends AbstractSessionManager.Session


Constructor Summary
protected HashSessionManager.Session(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
protected  java.util.Map newAttributeMap()
           
 
Methods inherited from class org.openqa.jetty.jetty.servlet.AbstractSessionManager.Session
access, getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSessionManager.Session

protected HashSessionManager.Session(javax.servlet.http.HttpServletRequest request)
Method Detail

newAttributeMap

protected java.util.Map newAttributeMap()
Specified by:
newAttributeMap in class AbstractSessionManager.Session


Copyright © 2011. All Rights Reserved.