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 HttpRequest.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 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 HttpRequestImpl.getSession(boolean create)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.