Uses of Interface
javax.servlet.http.HttpSession

Packages that use HttpSession
javax.servlet.http   
winstone   
 

Uses of HttpSession in javax.servlet.http
 

Methods in javax.servlet.http that return HttpSession
 HttpSession HttpServletRequestWrapper.getSession()
           
 HttpSession HttpServletRequest.getSession()
           
 HttpSession HttpSessionEvent.getSession()
           
 HttpSession HttpServletRequestWrapper.getSession(boolean create)
           
 HttpSession HttpServletRequest.getSession(boolean create)
           
 HttpSession HttpSessionContext.getSession(java.lang.String sessionId)
          Deprecated.  
 

Constructors in javax.servlet.http with parameters of type HttpSession
HttpSessionBindingEvent(HttpSession session, java.lang.String name)
           
HttpSessionBindingEvent(HttpSession session, java.lang.String name, java.lang.Object value)
           
HttpSessionEvent(HttpSession source)
           
 

Uses of HttpSession in winstone
 

Classes in winstone that implement HttpSession
 class WinstoneSession
          Http session implementation for Winstone.
 

Methods in winstone that return HttpSession
 HttpSession WinstoneRequest.getSession()
           
 HttpSession WinstoneRequest.getSession(boolean create)
           
 



Copyright © 2013. All Rights Reserved.