Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

HttpMutableCookies Class Reference

List of all members.

Public Member Functions

 this (HttpMutableHeaders headers)
void add (Cookie cookie)

Private Attributes

HttpWriter writer
HttpMutableHeaders headers

Detailed Description

Handles a set of output cookies by writing them into the list of output headers.

Definition at line 440 of file HttpCookies.d.


Member Function Documentation

this HttpMutableHeaders  headers  )  [inline]
 

Construct an output cookie wrapper upon the provided output headers. Each cookie added is converted to an addition to those headers.

Definition at line 453 of file HttpCookies.d.

References HttpMutableHeaders::getOutputBuffer(), headers, HttpWriter, and writer.

void add Cookie  cookie  )  [inline]
 

Add a cookie to our output headers.

Definition at line 465 of file HttpCookies.d.

References HttpMutableHeaders::add(), headers, Cookie::write(), and writer.

Referenced by HttpClient::addCookie(), and testServletEngine().


Member Data Documentation

HttpWriter writer [private]
 

Definition at line 442 of file HttpCookies.d.

Referenced by add(), and this().

HttpMutableHeaders headers [private]
 

Definition at line 443 of file HttpCookies.d.

Referenced by add(), and this().


The documentation for this class was generated from the following file:
Generated on Mon Nov 14 10:59:54 2005 for Mango by  doxygen 1.4.0