| java.lang.Object com.rift.coad.lib.httpd.HttpRequestCookieManager
HttpRequestCookieManager | public class HttpRequestCookieManager (Code) | | This class is responsible for managing the cookies sent between server and
browser and browser and server.
author: Brett Chaldecott |
HttpRequestCookieManager | public HttpRequestCookieManager(HttpRequest request, HttpResponse response) throws HttpdException(Code) | | Creates a new instance of HttpCookieManager
Parameters: request - The object containing the request value. Parameters: response - The method that encloses the http response value. exception: HttpdException - |
addCookie | public void addCookie(CookieWrapper cookie)(Code) | | This method is responsible for adding a cookie to the response
Parameters: cookie - The cookie wrapper to add. |
getCookie | public CookieWrapper getCookie(String name)(Code) | | This method returns the cookie reference matching the name.
The name of the cookie. Parameters: name - The name of the cookie to retrieve. |
|
|