SNode.C
Loading...
Searching...
No Matches
SocketClient.h File Reference
Include dependency graph for SocketClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  net
 
namespace  net::in
 
namespace  net::in::stream
 
namespace  net::in::stream::tls
 

Typedefs

template<typename SocketContextFactoryT , typename... Args>
using net::in::stream::tls::SocketClient = net::in::stream::SocketClient< core::socket::stream::tls::SocketConnector, net::in::stream::tls::config::ConfigSocketClient, SocketContextFactoryT, Args... >
 

Functions

template<typename SocketContextFactory , typename... SocketContextFactoryArgs>
SocketClient< SocketContextFactory, SocketContextFactoryArgs... > net::in::stream::tls::Client (const std::string &instanceName, const std::function< void(typename SocketClient< SocketContextFactory, SocketContextFactoryArgs... >::Config &)> &configurator, SocketContextFactoryArgs &&... socketContextFactoryArgs)
 
template<typename SocketContextFactory , typename... SocketContextFactoryArgs, typename = std::enable_if_t<not std::is_invocable_v<std::tuple_element_t<0, std::tuple<SocketContextFactoryArgs...>>, typename SocketClient<SocketContextFactory>::Config&>>>
SocketClient< SocketContextFactory, SocketContextFactoryArgs... > net::in::stream::tls::Client (const std::string &instanceName, SocketContextFactoryArgs &&... socketContextFactoryArgs)