Library: NetSSL_OpenSSL
Package: HTTPSClient
Header: Poco/Net/HTTPSSessionInstantiator.h
Direct Base Classes: HTTPSessionInstantiator
All Base Classes: HTTPSessionInstantiator
Member Functions: createClientSession, registerInstantiator, unregisterInstantiator
Inherited Functions: createClientSession, proxyHost, proxyPassword, proxyPort, proxyUsername, registerInstantiator, setProxy, setProxyCredentials, unregisterInstantiator
Creates the HTTPSSessionInstantiator.
Destroys the HTTPSSessionInstantiator.
HTTPClientSession * createClientSession(
const Poco::URI & uri
);
Creates a HTTPSClientSession for the given URI.
static void registerInstantiator();
Registers the instantiator with the global HTTPSessionFactory.
static void unregisterInstantiator();
Unregisters the factory with the global HTTPSessionFactory.