Package javax.servlet.http
-
Interface Summary Interface Description HttpServletRequest Extends theServletRequest
interface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponse
interface to provide HTTP-specific functionality in sending a response.HttpSession Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.HttpSessionBindingListener Causes an object to be notified when it is bound to or unbound from a session.HttpSessionContext -
Class Summary Class Description 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.HttpServlet Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.HttpSessionBindingEvent Sent to an object that implementsHttpSessionBindingListener
when the object is bound to or unbound from the session.HttpUtils Provides a collection of methods that are useful in writing HTTP servlets.