...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Default service implementation for an SSL stream.
class stream_service : public io_service::service
Name |
Description |
---|---|
The type of a stream implementation. |
Name |
Description |
---|---|
Start an asynchronous SSL handshake. |
|
Start an asynchronous read. |
|
Asynchronously shut down SSL on the stream. |
|
Start an asynchronous write. |
|
Create a new stream implementation. |
|
Destroy a stream implementation. |
|
Get the io_service object that owns the service. |
|
Perform SSL handshaking. |
|
Determine the amount of data that may be read without blocking. |
|
(Deprecated: use get_io_service().) Get the io_service object that owns the service. |
|
Return a null stream implementation. |
|
Peek at the incoming data on the stream. |
|
Read some data from the stream. |
|
Shut down SSL on the stream. |
|
Destroy all user-defined handler objects owned by the service. |
|
Construct a new stream service for the specified io_service. |
|
Write some data to the stream. |
Name |
Description |
---|---|
The unique service identifier. |