proxygen
wangle::SSLSessionCacheData Struct Reference

#include <SSLSessionCacheData.h>

Public Attributes

folly::fbstring sessionData
 
std::chrono::time_point< std::chrono::system_clock > addedTime
 
folly::fbstring serviceIdentity
 
std::shared_ptr< SSL_SESSION > sessionDuplicateTemplate
 

Detailed Description

Definition at line 27 of file SSLSessionCacheData.h.

Member Data Documentation

std::chrono::time_point<std::chrono::system_clock> wangle::SSLSessionCacheData::addedTime

Definition at line 29 of file SSLSessionCacheData.h.

Referenced by folly::convertTo(), TEST_F(), and folly::toDynamic().

folly::fbstring wangle::SSLSessionCacheData::serviceIdentity
folly::fbstring wangle::SSLSessionCacheData::sessionData
std::shared_ptr<SSL_SESSION> wangle::SSLSessionCacheData::sessionDuplicateTemplate

Definition at line 31 of file SSLSessionCacheData.h.

Referenced by wangle::getSessionFromCacheData().


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