Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
CertificateHandlerFactory.h File Reference
#include "Poco/Net/NetSSL.h"
+ Include dependency graph for CertificateHandlerFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Poco::Net::CertificateHandlerFactory
 
class  Poco::Net::CertificateHandlerFactoryRegistrar
 
class  Poco::Net::CertificateHandlerFactoryImpl< T >
 

Namespaces

namespace  Poco
 
namespace  Poco::Net
 

Macros

#define POCO_REGISTER_CHFACTORY(API, PKCLS)    static Poco::Net::CertificateHandlerFactoryRegistrar aRegistrar(std::string(#PKCLS), new Poco::Net::CertificateHandlerFactoryImpl<PKCLS>());
 

Macro Definition Documentation

◆ POCO_REGISTER_CHFACTORY

#define POCO_REGISTER_CHFACTORY ( API,
PKCLS )    static Poco::Net::CertificateHandlerFactoryRegistrar aRegistrar(std::string(#PKCLS), new Poco::Net::CertificateHandlerFactoryImpl<PKCLS>());

Definition at line 89 of file CertificateHandlerFactory.h.