|
|
A MIME header line containing authentication data.
MimeAuthLine (const char* name, const String& value)
| MimeAuthLine |
Constructor. Builds a MIME authentication header line from a string buffer. Splits the value into header parameters
Parameters:
name | The header name |
value | The header value |
MimeAuthLine (const MimeAuthLine& original, const char* newName = 0)
| MimeAuthLine |
Constructor. Builds this MIME authentication header line from another one
Parameters:
original | Original header line to build from. |
newName | Optional new header name. If 0, the original name will be used |
void* getObject (const String& name)
| getObject |
[const virtual]
RTTI method, get a pointer to a derived class given the class name.
Parameters:
name | Name of the class we are asking for |
Returns: Pointer to the requested class or NULL if this object doesn't implement it
Reimplemented from MimeHeaderLine.
MimeHeaderLine* clone (const char* newName = 0)
| clone |
[const virtual]
Duplicate this MIME header line.
Parameters:
newName | Optional new header name. If 0, this header's name will be used |
Returns: Copy of this MIME header line
Reimplemented from MimeHeaderLine.
void buildLine (String& line)
| buildLine |
[const virtual]
Build a string line from this MIME header without adding a line separator
Parameters:
line | Destination string |
Reimplemented from MimeHeaderLine.
Generated by: paulc on bussard on Fri Dec 21 16:28:34 2012, using kdoc 2.0a54. |