MeVisLab Toolbox Reference
TlsSocket.h File Reference
#include <asio/TcpSocket.h>
#include <ThirdPartyWarningsDisable.h>
#include <boost/asio/ssl.hpp>
#include <utility>
#include <mutex>
#include <ThirdPartyWarningsRestore.h>

Go to the source code of this file.

Classes

class  asio::TlsSocket
 A TCP socket class with TLS support implementing the asio::Socket interface. More...
 

Namespaces

 asio
 

Typedefs

using asio::TlsContext = boost::asio::ssl::context
 
using asio::TlsStream = boost::asio::ssl::stream< boost::asio::ip::tcp::socket & >