proxygen
wangle::SSLCacheProvider::CacheContext Struct Reference

#include <SSLCacheProvider.h>

Public Attributes

std::string sessionId
 
SSL_SESSION * session
 
SSLSessionCacheManagermanager
 
folly::AsyncSSLSocketsslSocket
 
std::unique_ptr< folly::DelayedDestruction::DestructorGuardguard
 

Detailed Description

Context saved during an external cache request that is used to resume the waiting client.

Definition at line 34 of file SSLCacheProvider.h.

Member Data Documentation

std::unique_ptr<folly::DelayedDestruction::DestructorGuard> wangle::SSLCacheProvider::CacheContext::guard

Definition at line 39 of file SSLCacheProvider.h.

SSLSessionCacheManager* wangle::SSLCacheProvider::CacheContext::manager

Definition at line 37 of file SSLCacheProvider.h.

SSL_SESSION* wangle::SSLCacheProvider::CacheContext::session
std::string wangle::SSLCacheProvider::CacheContext::sessionId
folly::AsyncSSLSocket* wangle::SSLCacheProvider::CacheContext::sslSocket

Definition at line 38 of file SSLCacheProvider.h.

Referenced by wangle::SSLSessionCacheManager::restartSSLAccept().


The documentation for this struct was generated from the following file: