Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package javax.servlet.http

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

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.