| Package | Description |
|---|---|
| javax.servlet.http | |
| javax.servlet.jsp | |
| javax.servlet.jsp.jstl.core |
| Class and Description |
|---|
| Cookie
Encapsulates HTTP cookies.
|
| HttpServletRequest
HttpServletRequest encapsulates client request data.
|
| HttpServletResponse
HttpServletResponse extends ServletResponse allowing servlets to
set the status and headers.
|
| HttpSession
Sessions are a convenient way to connect users to web pages.
|
| HttpSessionBindingEvent
The event object for adding or removing a session object.
|
| HttpSessionContext
Deprecated.
|
| HttpSessionEvent
The event object for session changes.
|
| Part |
| Class and Description |
|---|
| HttpServletRequest
HttpServletRequest encapsulates client request data.
|
| HttpServletResponse
HttpServletResponse extends ServletResponse allowing servlets to
set the status and headers.
|
| HttpSession
Sessions are a convenient way to connect users to web pages.
|
| Class and Description |
|---|
| HttpSession
Sessions are a convenient way to connect users to web pages.
|