Uses of Package
javax.servlet.http

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

Classes in javax.servlet.http used by javax.servlet.http
Cookie
          Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server when the client accesses the same Web page.
HttpServletRequest
          Extends the ServletRequest interface to provide additional functionality for the request object that is passed to an HTTP servlet.
HttpServletResponse
          Defines an HTTP servlet response that a servlet running on a Web server sends to a client using HTTP.
HttpSession
          Provides a way to identify a user across more than one page request or visit to a Web site.
HttpSessionBindingEvent
          Sent by a session to an object that implements HttpSessionBindingListener when the object is bound to or unbound from the session.
HttpSessionContext
          Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
 

Classes in javax.servlet.http used by javax.servlet.jsp
HttpServletRequest
          Extends the ServletRequest interface to provide additional functionality for the request object that is passed to an HTTP servlet.
HttpServletResponse
          Defines an HTTP servlet response that a servlet running on a Web server sends to a client using HTTP.
HttpSession
          Provides a way to identify a user across more than one page request or visit to a Web site.