|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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. |
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.1 API. |
| org.apache.jasper.runtime | |
| org.apache.jasper.servlet | |
| org.eclipse.jetty.ajp | |
| org.eclipse.jetty.http.gzip | |
| org.eclipse.jetty.http.spi | |
| org.eclipse.jetty.nested | |
| 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.servlets | |
| org.eclipse.jetty.util | |
| org.eclipse.jetty.websocket | |
| javax.servlet.http 使用的 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
已过时。 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. |
|
| Part
This class represents a part or form item that was received within a multipart/form-data POST request. |
|
| javax.servlet.jsp 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.apache.jasper.runtime 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| 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. |
|
| org.apache.jasper.servlet 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.ajp 使用的 javax.servlet.http 中的类 | |
|---|---|
| HttpServletRequest
Extends the ServletRequest interface
to provide request information for HTTP servlets. |
|
| org.eclipse.jetty.http.gzip 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| HttpServletResponseWrapper
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
|
| org.eclipse.jetty.http.spi 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.nested 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.rewrite.handler 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.security 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.security.authentication 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.server 使用的 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. |
|
| Part
This class represents a part or form item that was received within a multipart/form-data POST request. |
|
| org.eclipse.jetty.server.handler 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.server.session 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| HttpSessionAttributeListener
Interface for receiving notification events about HttpSession attribute changes. |
|
| HttpSessionContext
已过时。 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. |
|
| HttpSessionListener
Interface for receiving notification events about HttpSession lifecycle changes. |
|
| org.eclipse.jetty.servlet 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.servlets 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
| org.eclipse.jetty.util 使用的 javax.servlet.http 中的类 | |
|---|---|
| Part
This class represents a part or form item that was received within a multipart/form-data POST request. |
|
| org.eclipse.jetty.websocket 使用的 javax.servlet.http 中的类 | |
|---|---|
| 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. |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||