aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h')
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h130
1 files changed, 65 insertions, 65 deletions
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h
index 6fd4a3179b..214e2819b6 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h
+++ b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h
@@ -1,65 +1,65 @@
-//
-// HTTPSSessionInstantiator.h
-//
-// Library: NetSSL_OpenSSL
-// Package: HTTPSClient
-// Module: HTTPSSessionInstantiator
-//
-// Definition of the HTTPSSessionInstantiator class.
-//
-// Copyright (c) 2006-2009, Applied Informatics Software Engineering GmbH.
-// and Contributors.
-//
-// SPDX-License-Identifier: BSL-1.0
-//
-
-
-#ifndef Net_HTTPSSessionInstantiator_INCLUDED
-#define Net_HTTPSSessionInstantiator_INCLUDED
-
-
-#include "Poco/Net/NetSSL.h"
-#include "Poco/Net/Context.h"
-#include "Poco/Net/Utility.h"
-#include "Poco/Net/HTTPSessionInstantiator.h"
-#include "Poco/URI.h"
-
-
-namespace Poco {
-namespace Net {
-
-
-class NetSSL_API HTTPSSessionInstantiator: public HTTPSessionInstantiator
- /// The HTTPSessionInstantiator for HTTPSClientSession.
-{
-public:
- HTTPSSessionInstantiator();
- /// Creates the HTTPSSessionInstantiator.
-
- HTTPSSessionInstantiator(Context::Ptr pContext);
- /// Creates the HTTPSSessionInstantiator using the given SSL context.
-
- ~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 registerInstantiator(Context::Ptr pContext);
- /// Registers the instantiator with the global HTTPSessionFactory using the given SSL context.
-
- static void unregisterInstantiator();
- /// Unregisters the factory with the global HTTPSessionFactory.
-
-private:
- Context::Ptr _pContext;
-};
-
-
-} } // namespace Poco::Net
-
-
-#endif // Net_HTTPSSessionInstantiator_INCLUDED
+//
+// HTTPSSessionInstantiator.h
+//
+// Library: NetSSL_OpenSSL
+// Package: HTTPSClient
+// Module: HTTPSSessionInstantiator
+//
+// Definition of the HTTPSSessionInstantiator class.
+//
+// Copyright (c) 2006-2009, Applied Informatics Software Engineering GmbH.
+// and Contributors.
+//
+// SPDX-License-Identifier: BSL-1.0
+//
+
+
+#ifndef Net_HTTPSSessionInstantiator_INCLUDED
+#define Net_HTTPSSessionInstantiator_INCLUDED
+
+
+#include "Poco/Net/NetSSL.h"
+#include "Poco/Net/Context.h"
+#include "Poco/Net/Utility.h"
+#include "Poco/Net/HTTPSessionInstantiator.h"
+#include "Poco/URI.h"
+
+
+namespace Poco {
+namespace Net {
+
+
+class NetSSL_API HTTPSSessionInstantiator: public HTTPSessionInstantiator
+ /// The HTTPSessionInstantiator for HTTPSClientSession.
+{
+public:
+ HTTPSSessionInstantiator();
+ /// Creates the HTTPSSessionInstantiator.
+
+ HTTPSSessionInstantiator(Context::Ptr pContext);
+ /// Creates the HTTPSSessionInstantiator using the given SSL context.
+
+ ~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 registerInstantiator(Context::Ptr pContext);
+ /// Registers the instantiator with the global HTTPSessionFactory using the given SSL context.
+
+ static void unregisterInstantiator();
+ /// Unregisters the factory with the global HTTPSessionFactory.
+
+private:
+ Context::Ptr _pContext;
+};
+
+
+} } // namespace Poco::Net
+
+
+#endif // Net_HTTPSSessionInstantiator_INCLUDED