Ark Server API (ASE) - Wiki
|
#include <CertificateHandlerFactory.h>
Public Member Functions | |
CertificateHandlerFactory () | |
virtual | ~CertificateHandlerFactory () |
Creates the CertificateHandlerFactory. | |
virtual InvalidCertificateHandler * | create (bool server) const =0 |
Destroys the CertificateHandlerFactory. | |
A CertificateHandlerFactory is responsible for creating InvalidCertificateHandlers.
You don't need to access this class directly. Use the macro POCO_REGISTER_CHFACTORY(namespace, InvalidCertificateHandlerName) instead (see the documentation of InvalidCertificateHandler for an example).
Definition at line 31 of file CertificateHandlerFactory.h.
Poco::Net::CertificateHandlerFactory::CertificateHandlerFactory | ( | ) |
|
virtual |
Creates the CertificateHandlerFactory.
|
pure virtual |
Destroys the CertificateHandlerFactory.
Implemented in Poco::Net::CertificateHandlerFactoryImpl< T >.