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

Packages that use HttpSession
org.apache.openejb.server.httpd   
 

Uses of HttpSession in org.apache.openejb.server.httpd
 

Methods in org.apache.openejb.server.httpd that return HttpSession
 HttpSession HttpRequestImpl.getSession()
           
 HttpSession ServletRequestAdapter.getSession()
           
 HttpSession HttpRequestImpl.getSession(boolean create)
           
 HttpSession ServletRequestAdapter.getSession(boolean create)
           
 

Constructor parameters in org.apache.openejb.server.httpd with type arguments of type HttpSession
HttpSessionImpl(ConcurrentMap<String,HttpSession> sessions)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.