Uses of Package
jakarta.servlet.http
-
Packages that use jakarta.servlet.http Package Description jakarta.servlet.http The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.jakarta.servlet.jsp org.apache.jasper.runtime org.apache.jasper.servlet org.apache.jasper.tagplugins.jstl -
Classes in jakarta.servlet.http used by jakarta.servlet.http 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.HttpServletMapping Represents how the request from which this object was obtained was mapped to the associated servlet.HttpServletRequest Extends theServletRequestinterface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponseinterface 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.HttpSessionBindingEvent Events of this type are either sent to an object that implementsHttpSessionBindingListenerwhen it is bound or unbound from a session, or to anHttpSessionAttributeListenerthat has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.HttpSessionContext Deprecated.As of Java(tm) Servlet API 2.1 for security reasons, with no replacement.HttpSessionEvent This is the class representing event notifications for changes to sessions within a web application.HttpUpgradeHandler Interface between the HTTP upgrade process and the new protocol.MappingMatch Represents the ways that a request can be mapped to a servletPart This class represents a part as uploaded to the server as part of amultipart/form-datarequest body.PushBuilder Builds a push request based on theHttpServletRequestfrom which this builder was obtained.WebConnection The interface used by anHttpUpgradeHandlerto interact with an upgraded HTTP connection. -
Classes in jakarta.servlet.http used by jakarta.servlet.jsp Class Description HttpServletRequest Extends theServletRequestinterface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponseinterface 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. -
Classes in jakarta.servlet.http used by org.apache.jasper.runtime Class Description HttpServlet Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.HttpServletRequest Extends theServletRequestinterface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response.HttpServletResponseWrapper Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.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. -
Classes in jakarta.servlet.http used by org.apache.jasper.servlet Class Description HttpServlet Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.HttpServletRequest Extends theServletRequestinterface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response. -
Classes in jakarta.servlet.http used by org.apache.jasper.tagplugins.jstl Class Description HttpServletResponse Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response.HttpServletResponseWrapper Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.