| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
| Interface Summary | |
| HttpServletRequest | An HTTP servlet request. |
| HttpServletResponse | An HTTP servlet response. |
| HttpSession | The HttpSession interface is implemented by services to provide an association between an HTTP client and HTTP server. |
| HttpSessionBindingListener | Objects implement this interface so that they can be notified when they are being bound or unbound from a HttpSession. |
| HttpSessionContext | A HttpSessionContext is a grouping of HttpSessions associated with a single entity. |
| Class Summary | |
| Cookie | This class represents a "Cookie", as used for session management with HTTP and HTTPS protocols. |
| HttpServlet | An abstract class that simplifies writing HTTP servlets. |
| HttpSessionBindingEvent | This event is communicated to a HttpSessionBindingListener whenever the listener is bound to or unbound from a HttpSession value. |
| HttpUtils | A collection of static utility methods useful to HTTP servlets. |
| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||