Package javax.servlet.http
See: Description
-
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.HttpSessionActivationListener Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.HttpSessionAttributeListener Interface for receiving notification events about HttpSession attribute changes.HttpSessionBindingListener Causes an object to be notified when it is bound to or unbound from a session.HttpSessionContext Deprecated As of Java(tm) Servlet API 2.1 for security reasons, with no replacement.HttpSessionIdListener Interface for receiving notification events about HttpSession id changes.HttpSessionListener Interface for receiving notification events about HttpSession lifecycle changes.HttpUpgradeHandler This interface encapsulates the upgrade protocol processing.Part This class represents a part or form item that was received within amultipart/form-data
POST request.WebConnection This interface encapsulates the connection for an upgrade request. -
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.HttpServletRequestWrapper Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.HttpServletResponseWrapper Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.HttpSessionBindingEvent Events of this type are either sent to an object that implementsHttpSessionBindingListener
when it is bound or unbound from a session, or to aHttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.HttpSessionEvent This is the class representing event notifications for changes to sessions within a web application.HttpUtils Deprecated As of Java(tm) Servlet API 2.3.
Package javax.servlet.http Description
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/servlet/http/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.