Uses of Package
jakarta.servlet.http
-
Packages that use jakarta.servlet.http Package Description jakarta.security.enterprise The main Jakarta Security package.jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.security.enterprise.identitystore.openid jakarta.security.jacc This package contains the Jakarta Authorization APIjakarta.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 jakarta.servlet.jsp.jstl.core Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library. -
Classes in jakarta.servlet.http used by jakarta.security.enterprise Class 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. -
Classes in jakarta.servlet.http used by jakarta.security.enterprise.authentication.mechanism.http Class 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. -
Classes in jakarta.servlet.http used by jakarta.security.enterprise.identitystore.openid Class 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. -
Classes in jakarta.servlet.http used by jakarta.security.jacc Class Description HttpServletRequest Extends theServletRequest
interface to provide request information for HTTP servlets. -
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 Allows runtime discovery of the manner in which theHttpServlet
for the currentHttpServletRequest
was invoked.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.HttpSessionBindingEvent Events of this type are either sent to an object that implementsHttpSessionBindingListener
when it is bound or unbound from a session, or to anHttpSessionAttributeListener
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.HttpUpgradeHandler This interface encapsulates the upgrade protocol processing.MappingMatch Enumeration of Servlet mapping types.Part This class represents a part or form item that was received within amultipart/form-data
POST request.PushBuilder Build a request to be pushed.WebConnection This interface encapsulates the connection for an upgrade request. -
Classes in jakarta.servlet.http used by jakarta.servlet.jsp Class 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. -
Classes in jakarta.servlet.http used by jakarta.servlet.jsp.jstl.core Class Description 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.