proxygen
|
#include <SSLSession.h>
Public Member Functions | |
SSLSession (SSL_SESSION *session, bool takeOwnership=true) | |
SSLSession (const std::string &serializedSession) | |
std::string | serialize () const |
std::string | getSessionID () const |
const SSL_SESSION * | getRawSSLSession () const |
SSL_SESSION * | getRawSSLSessionDangerous () |
Private Attributes | |
std::unique_ptr< detail::SSLSessionImpl > | impl_ |
Definition at line 26 of file SSLSession.h.
|
inlineexplicit |
Definition at line 29 of file SSLSession.h.
|
inlineexplicit |
Definition at line 34 of file SSLSession.h.
|
inline |
Definition at line 49 of file SSLSession.h.
References impl_.
|
inline |
Definition at line 56 of file SSLSession.h.
References impl_.
Referenced by folly::TEST_F().
|
inline |
Definition at line 43 of file SSLSession.h.
References impl_.
Referenced by folly::TEST_F().
|
inline |
Definition at line 38 of file SSLSession.h.
References impl_.
Referenced by folly::TEST_F().
|
private |
Definition at line 61 of file SSLSession.h.
Referenced by getRawSSLSession(), getRawSSLSessionDangerous(), getSessionID(), and serialize().