|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
HttpServletRequest | Contains all the client's request information. |
HttpServletResponse | Object for HttpServlets to return information to the client. |
HttpSession | A HttpSession holds session-dependant data on the server side. |
HttpSessionBindingListener | Objects that implement this interface will be called when they are bound or
unbound into a HttpSession with a
HttpSessionBindingEvent . |
HttpSessionContext | Contains information shared by all the HttpSessions. |
Class Summary | |
Cookie | A cookie is basically a {String,String} name/value pair that the server tells the client to remember and to send back to him attached to every future request. |
HttpServlet | The mother-of-all-HttpServlets. |
HttpSessionBindingEvent | Send to an Object that implements HttpSessionBindingListener
when bound into a session or unbound from a session. |
HttpUtils | A set of utility methods for http server writers. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |