Boost C++ Libraries

“...one of the most highly regarded and expertly designed C++ library projects in the world.” Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::stream_base

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.

class stream_base
Types

Name

Description

handshake_type

Different handshake types.


PrevUpHomeNext