Uses of Interface
org.openejb.server.httpd.HttpSession

Packages that use HttpSession
org.openejb.server.httpd   
 

Uses of HttpSession in org.openejb.server.httpd
 

Methods in org.openejb.server.httpd that return HttpSession
 HttpSession HttpRequestImpl.getSession(boolean create)
           
 HttpSession HttpRequestImpl.getSession()
           
 HttpSession HttpRequest.getSession(boolean create)
          Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
 HttpSession HttpRequest.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.