Uses of Interface
org.apache.openejb.server.httpd.HttpSession
Packages that use HttpSession
-
Uses of HttpSession in org.apache.openejb.server.httpd
Classes in org.apache.openejb.server.httpd that implement HttpSessionModifier and TypeClassDescriptionprotected classclassclassMethods in org.apache.openejb.server.httpd that return HttpSessionModifier and TypeMethodDescriptionHttpRequestImpl.getSession()HttpRequestImpl.getSession(boolean create) ServletRequestAdapter.getSession()ServletRequestAdapter.getSession(boolean create) -
Uses of HttpSession in org.apache.openejb.server.httpd.session
Fields in org.apache.openejb.server.httpd.session declared as HttpSessionMethods in org.apache.openejb.server.httpd.session with parameters of type HttpSessionModifier and TypeMethodDescriptionSessionManager.newSession(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app) Constructors in org.apache.openejb.server.httpd.session with parameters of type HttpSessionModifierConstructorDescriptionSessionWrapper(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app)