SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
ConnHandler.h File Reference
+ Include dependency graph for ConnHandler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWC::Comm::ConnHandler
 
struct  SWC::Comm::ConnHandler::Outgoing
 
struct  SWC::Comm::ConnHandler::Pending
 
struct  SWC::Comm::ConnHandler::PendingHash
 
class  SWC::Comm::ConnHandlerPlain
 
class  SWC::Comm::ConnHandlerSSL
 

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Comm
 The SWC-DB Communications C++ namespace 'SWC::Comm'.
 

Typedefs

using SWC::Comm::SocketLayer = asio::ip::tcp::socket::lowest_layer_type
 
using SWC::Comm::SocketPlain = asio::ip::tcp::socket
 
using SWC::Comm::SocketSSL = asio::ssl::stream< asio::ip::tcp::socket >