Uses of Package
javax.servlet.http

Packages that use javax.servlet.http
javax.servlet.http   
 

Classes in javax.servlet.http used by javax.servlet.http
Cookie
          This class represents a "Cookie", as used for session management with HTTP and HTTPS protocols.
HttpServletRequest
          An HTTP servlet request.
HttpServletResponse
          An HTTP servlet response.
HttpSession
          The HttpSession interface is implemented by services to provide an association between an HTTP client and HTTP server.
HttpSessionBindingEvent
          This event is communicated to a HttpSessionBindingListener whenever the listener is bound to or unbound from a HttpSession value.
HttpSessionContext
          Deprecated. The HttpSessionContext class has been deprecated for security reasons. It will be removed in a future version of the Servlet API.