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, proxyPort, registerInstantiator, setProxy, 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.