Package | Description |
---|---|
javax.security.enterprise |
The main Jakarta Security package.
|
javax.security.enterprise.authentication.mechanism.http |
The HTTP authentication mechanism API package.
|
javax.security.jacc |
This package contains the Jakarta Authorization API
|
javax.servlet.http |
The javax.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.
|
javax.servlet.jsp | |
javax.servlet.jsp.jstl.core |
Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL).
|
javax.xml.rpc.server |
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
|
Class and Description |
---|
HttpServletRequest
Extends the
ServletRequest interface to provide request information for HTTP servlets. |
HttpServletResponse
Extends the
ServletResponse interface to provide HTTP-specific functionality in sending a response. |
Class and Description |
---|
HttpServletRequest
Extends the
ServletRequest interface to provide request information for HTTP servlets. |
HttpServletResponse
Extends the
ServletResponse interface to provide HTTP-specific functionality in sending a response. |
Class and Description |
---|
HttpServletRequest
Extends the
ServletRequest interface to provide request information for HTTP servlets. |
Class and 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 the
HttpServlet for the current HttpServletRequest
was invoked. |
HttpServletRequest
Extends the
ServletRequest interface to provide request information for HTTP servlets. |
HttpServletResponse
Extends the
ServletResponse 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 implements
HttpSessionBindingListener when it is bound
or unbound from a session, or to a HttpSessionAttributeListener that 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. This interface will be removed
in a future version of this API.
|
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 a
multipart/form-data POST request. |
PushBuilder
Build a request to be pushed.
|
WebConnection
This interface encapsulates the connection for an upgrade request.
|
Class and Description |
---|
HttpServletRequest
Extends the
ServletRequest interface to provide request information for HTTP servlets. |
HttpServletResponse
Extends the
ServletResponse 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.
|
Class and 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.
|
Class and 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.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.