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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

ssl::stream_base

The ssl::stream_base class is used as a base for the 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.

Protected Member Functions

Name

Description

~stream_base

Protected destructor to prevent deletion through this type.

Requirements

Header: boost/asio/ssl/stream_base.hpp

Convenience header: boost/asio/ssl.hpp


PrevUpHomeNext