SNode.C
|
Namespaces | |
namespace | config |
Typedefs | |
template<typename SocketContextFactoryT , typename... Args> | |
using | SocketClient = net::in6::stream::SocketClient< core::socket::stream::tls::SocketConnector, net::in6::stream::tls::config::ConfigSocketClient, SocketContextFactoryT, Args... > |
template<typename SocketContextFactoryT , typename... Args> | |
using | SocketServer = net::in6::stream::SocketServer< core::socket::stream::tls::SocketAcceptor, net::in6::stream::tls::config::ConfigSocketServer, SocketContextFactoryT, Args... > |
using net::in6::stream::tls::SocketClient = typedef net::in6::stream::SocketClient<core::socket::stream::tls::SocketConnector, net::in6::stream::tls::config::ConfigSocketClient, SocketContextFactoryT, Args...> |
Definition at line 63 of file SocketClient.h.
using net::in6::stream::tls::SocketServer = typedef net::in6::stream::SocketServer<core::socket::stream::tls::SocketAcceptor, net::in6::stream::tls::config::ConfigSocketServer, SocketContextFactoryT, Args...> |
Definition at line 63 of file SocketServer.h.