Uses of Package
javax.servlet.http
Packages that use javax.servlet.http
-
Classes in javax.servlet.http used by javax.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.Extends the
ServletRequest
interface to provide request information for HTTP servlets.Extends theServletResponse
interface 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 implementsHttpSessionBindingListener
when it is bound or unbound from a session, or to aHttpSessionAttributeListener
that 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. -
Classes in javax.servlet.http used by javax.servlet.jspClassDescriptionExtends the
ServletRequest
interface to provide request information for HTTP servlets.Extends theServletResponse
interface 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.