Package javax.servlet.http

Interface Summary
HttpServletRequest HttpServletRequest encapsulates client request data.
HttpServletResponse HttpServletResponse extends ServletResponse allowing servlets to set the status and headers.
HttpSession Sessions are a convenient way to connect users to web pages.
HttpSessionBindingListener This listener lets session values know when they've been added to or removed from a session.
HttpSessionContext Deprecated.  
 

Class Summary
Cookie  
HttpServlet HttpServlet is a convenient abstract class for creating servlets.
HttpSessionBindingEvent The event object for adding or removing a session object.
HttpUtils