SNode.C
|
Namespaces | |
namespace | legacy |
namespace | stream |
namespace | tls |
Classes | |
class | SocketAcceptor |
class | SocketClient |
class | SocketConnection |
class | SocketConnectionT |
class | SocketConnector |
class | SocketContext |
class | SocketContextFactory |
class | SocketReader |
class | SocketServer |
class | SocketWriter |
Functions | |
template<typename SocketAddress , typename PhysicalSocket , typename Config > | |
SocketAddress | getLocalSocketAddress (PhysicalSocket &physicalSocket, Config &config) |
template<typename SocketAddress , typename PhysicalSocket , typename Config > | |
SocketAddress | getRemoteSocketAddress (PhysicalSocket &physicalSocket, Config &config) |
template<typename SocketClient , typename... Args> | |
SocketClient | Client (const std::string &instanceName, const std::function< void(typename SocketClient::Config &)> &configurator, Args &&... socketContextFactoryArgs) |
template<typename SocketClient , typename... Args> | |
SocketClient | Client (const std::string &instanceName, Args &&... socketContextFactoryArgs) |
template<typename SocketServer , typename... Args> | |
SocketServer | Server (const std::string &instanceName, const std::function< void(typename SocketServer::Config &)> &configurator, Args &&... socketContextFactoryArgs) |
template<typename SocketServer , typename... Args> | |
SocketServer | Server (const std::string &instanceName, Args &&... socketContextFactoryArgs) |
SocketClient core::socket::stream::Client | ( | const std::string & | instanceName, |
Args &&... | socketContextFactoryArgs | ||
) |
Definition at line 272 of file SocketClient.h.
SocketClient core::socket::stream::Client | ( | const std::string & | instanceName, |
const std::function< void(typename SocketClient::Config &)> & | configurator, | ||
Args &&... | socketContextFactoryArgs | ||
) |
Definition at line 261 of file SocketClient.h.
SocketAddress core::socket::stream::getLocalSocketAddress | ( | PhysicalSocket & | physicalSocket, |
Config & | config | ||
) |
Definition at line 59 of file SocketAcceptor.hpp.
SocketAddress core::socket::stream::getRemoteSocketAddress | ( | PhysicalSocket & | physicalSocket, |
Config & | config | ||
) |
Definition at line 82 of file SocketAcceptor.hpp.
SocketServer core::socket::stream::Server | ( | const std::string & | instanceName, |
Args &&... | socketContextFactoryArgs | ||
) |
Definition at line 266 of file SocketServer.h.
SocketServer core::socket::stream::Server | ( | const std::string & | instanceName, |
const std::function< void(typename SocketServer::Config &)> & | configurator, | ||
Args &&... | socketContextFactoryArgs | ||
) |
Definition at line 255 of file SocketServer.h.