|
Yate
|
MIME authentication line. More...
#include <yatemime.h>
Public Member Functions | |
| MimeAuthLine (const char *name, const String &value) | |
| MimeAuthLine (const MimeAuthLine &original, const char *newName=0) | |
| virtual void * | getObject (const String &name) const |
| virtual MimeHeaderLine * | clone (const char *newName=0) const |
| virtual void | buildLine (String &line) const |
MIME authentication line.
A MIME header line containing authentication data.
| MimeAuthLine | ( | const char * | name, |
| const String & | value | ||
| ) |
Constructor. Builds a MIME authentication header line from a string buffer. Splits the value into header parameters
| name | The header name |
| value | The header value |
| MimeAuthLine | ( | const MimeAuthLine & | original, |
| const char * | newName = 0 |
||
| ) |
Constructor. Builds this MIME authentication header line from another one
| original | Original header line to build from. |
| newName | Optional new header name. If 0, the original name will be used |
Build a string line from this MIME header without adding a line separator
| line | Destination string |
Reimplemented from MimeHeaderLine.
| virtual MimeHeaderLine* clone | ( | const char * | newName = 0 | ) | const [virtual] |
Duplicate this MIME header line.
| newName | Optional new header name. If 0, this header's name will be used |
Reimplemented from MimeHeaderLine.
RTTI method, get a pointer to a derived class given the class name.
| name | Name of the class we are asking for |
Reimplemented from MimeHeaderLine.
1.7.6.1