Uses of Package
jakarta.servlet.http
Packages that use jakarta.servlet.http
Package
Description
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.
-
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.Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Allows runtime discovery of the manner in which the
HttpServlet
for the currentHttpServletRequest
was invoked.Extends theServletRequest
interface to provide request information for HTTP servlets.Extends theServletResponse
interface 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.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.This is the class representing event notifications for changes to sessions within a web application.This interface encapsulates the upgrade protocol processing.Enumeration of Servlet mapping types.Deprecated, for removal: This API element is subject to removal in a future version.This class represents a part or form item that was received within amultipart/form-data
POST request.Build a request to be pushed.This interface encapsulates the connection for an upgrade request.