|
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 338 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 327 of file SocketClient.h.
| SocketAddress core::socket::stream::getLocalSocketAddress | ( | PhysicalSocket & | physicalSocket, |
| Config & | config | ||
| ) |
Definition at line 61 of file SocketConnection.hpp.
| SocketAddress core::socket::stream::getRemoteSocketAddress | ( | PhysicalSocket & | physicalSocket, |
| Config & | config | ||
| ) |
Definition at line 84 of file SocketConnection.hpp.
| SocketServer core::socket::stream::Server | ( | const std::string & | instanceName, |
| Args &&... | socketContextFactoryArgs | ||
| ) |
Definition at line 309 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 298 of file SocketServer.h.