|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.servlet.http | |
---|---|
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. |
org.eclipse.jetty.ajp | |
org.eclipse.jetty.rewrite.handler | |
org.eclipse.jetty.security | |
org.eclipse.jetty.security.authentication | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.server.session | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.websocket |
Classes in javax.servlet.http used by javax.servlet.http | |
---|---|
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. |
|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.ajp | |
---|---|
HttpServletRequest
Extends the ServletRequest interface
to provide request information for HTTP servlets. |
Classes in javax.servlet.http used by org.eclipse.jetty.rewrite.handler | |
---|---|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.security | |
---|---|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.security.authentication | |
---|---|
HttpServletRequest
Extends the ServletRequest interface
to provide request information for HTTP servlets. |
|
HttpServletRequestWrapper
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
|
HttpServletResponse
Extends the ServletResponse interface to provide HTTP-specific
functionality in sending a response. |
|
HttpServletResponseWrapper
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
|
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. |
|
HttpSessionActivationListener
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated. |
|
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. |
|
HttpSessionBindingListener
Causes an object to be notified when it is bound to or unbound from a session. |
|
HttpSessionEvent
This is the class representing event notifications for changes to sessions within a web application. |
Classes in javax.servlet.http used by org.eclipse.jetty.server | |
---|---|
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. |
|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.server.handler | |
---|---|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.server.session | |
---|---|
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. |
|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.servlet | |
---|---|
HttpServlet
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
|
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. |
Classes in javax.servlet.http used by org.eclipse.jetty.websocket | |
---|---|
HttpServlet
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |