Uses of Package
jakarta.servlet.http
Packages that use jakarta.servlet.http
Package
Description
-
Classes in jakarta.servlet.http used by jakarta.servlet.httpClassDescriptionCreates 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.Represents how the request from which this object was obtained was mapped to the associated servlet.Extends the
ServletRequestinterface to provide request information for HTTP servlets.Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response.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.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.Deprecated.As of Java(tm) Servlet API 2.1 for security reasons, with no replacement.This is the class representing event notifications for changes to sessions within a web application.Interface between the HTTP upgrade process and the new protocol.Represents the ways that a request can be mapped to a servletThis class represents a part as uploaded to the server as part of amultipart/form-datarequest body.Builds a push request based on theHttpServletRequestfrom which this builder was obtained.The interface used by anHttpUpgradeHandlerto interact with an upgraded HTTP connection. -
Classes in jakarta.servlet.http used by jakarta.servlet.jspClassDescriptionExtends the
ServletRequestinterface to provide request information for HTTP servlets.Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response.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.runtimeClassDescriptionProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Extends the
ServletRequestinterface to provide request information for HTTP servlets.Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response.Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.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.servletClassDescriptionProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Extends the
ServletRequestinterface to provide request information for HTTP servlets.Extends theServletResponseinterface to provide HTTP-specific functionality in sending a response. -
Classes in jakarta.servlet.http used by org.apache.jasper.tagplugins.jstlClassDescriptionExtends the
ServletResponseinterface to provide HTTP-specific functionality in sending a response.Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.