MeVisLab Toolbox Reference
|
#include <asio/TcpSocket.h>
#include <FMEThirdPartyWarningsDisable.h>
#include <boost/asio/ssl.hpp>
#include <utility>
#include <mutex>
#include <FMEThirdPartyWarningsRestore.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 | |
namespace | asio |
Typedefs | |
using | asio::TlsContext = boost::asio::ssl::context |
using | asio::TlsStream = boost::asio::ssl::stream<boost::asio::ip::tcp::socket&> |