GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include <grpc/slice.h>
#include <openssl/ssl.h>
#include "src/core/lib/gprpp/ref_counted.h"
Go to the source code of this file.
Data Structures | |
struct | tsi::SslSessionDeleter |
class | tsi::SslCachedSession |
SslCachedSession is an immutable thread-safe storage for single session representation. More... | |
Namespaces | |
tsi | |
Cache for SSL sessions for sessions resumption. | |
Typedefs | |
typedef std::unique_ptr< SSL_SESSION, SslSessionDeleter > | tsi::SslSessionPtr |