The stream_base class is used as a base for the boost::asio::ssl::stream class template so that we have a common place to define various enums. More...
#include <stream_base.hpp>
Public Types | |
enum | handshake_type { client, server } |
Different handshake types. More... | |
Protected Member Functions | |
~stream_base () | |
Protected destructor to prevent deletion through this type. More... | |
The stream_base class is used as a base for the boost::asio::ssl::stream class template so that we have a common place to define various enums.
|
inlineprotected |
Protected destructor to prevent deletion through this type.