Class Summary |
HttpContext |
Implements the Context interface |
HttpCookie |
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.
|
HttpEnvironment |
|
HttpRequest |
Implements the HttpServletRequest interface
to provide request information for HTTP servlets. |
HttpResponse |
Implements the HttpServletResponse 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.
|