|
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 |
HTTP Servlet environment. |
| HttpRequest |
Implements the Request interface
to provide request information in the HTTP servlets environment. |
| HttpResponse |
Implements the Response interface
to provide response functionality in the HTTP servlets environment. |
| 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. |