|
NullCoder
Pass-through coder class | [Previous] [Main] [Next] |
| NullCoder is a Coder-derived class that simply passes data through it without modification. It conforms to the Coder base class interface, allowing easy "plug-in" capability during debugging and development of new Coder classes.
| |
|
| |
| The htmlServer class uses NullCoder by default for storage of name/value pairs, effectively disabling encryption, unless a different algorithm is specified using the htmlServer::Crypt() method.
| |
|
| |
| #include <dcmicro/htmlpp/coder.h>
| |
|
| |
|
| |
| htmlServer, Coder
| |
|
| |
| None.
| |
|
| |
| Refer to the documentation for the Coder class.
| |
|
| |
