org.eclipse.jetty.server.session
Class AbstractSessionManager.NullSessionContext

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractSessionManager.NullSessionContext
All Implemented Interfaces:
HttpSessionContext
Enclosing class:
AbstractSessionManager

public static class AbstractSessionManager.NullSessionContext
extends Object
implements HttpSessionContext

Null returning implementation of HttpSessionContext


Method Summary
 Enumeration getIds()
          Deprecated. From HttpSessionContext
 HttpSession getSession(String id)
          Deprecated. From HttpSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIds

@Deprecated
public Enumeration getIds()
Deprecated. From HttpSessionContext

Specified by:
getIds in interface HttpSessionContext

getSession

@Deprecated
public HttpSession getSession(String id)
Deprecated. From HttpSessionContext

Specified by:
getSession in interface HttpSessionContext


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