|
proxygen
|
Public Member Functions | |
| void | setSSLSession (const std::string &key, SSLSessionPtr session) noexceptoverride |
| SSLSessionPtr | getSSLSession (const std::string &key) const noexceptoverride |
| bool | removeSSLSession (const std::string &) noexceptoverride |
| size_t | size () const override |
| void | setSSLSession (const std::string &identity, SSLSessionPtr session) noexceptoverride |
| SSLSessionPtr | getSSLSession (const std::string &identity) const noexceptoverride |
| bool | removeSSLSession (const std::string &) noexceptoverride |
Public Member Functions inherited from wangle::SSLSessionCallbacks | |
| virtual bool | supportsPersistence () const noexcept |
| virtual | ~SSLSessionCallbacks () |
Private Attributes | |
| std::map< std::string, SSLSessionPtr > | cache_ |
Additional Inherited Members | |
Static Public Member Functions inherited from wangle::SSLSessionCallbacks | |
| static void | attachCallbacksToContext (SSL_CTX *ctx, SSLSessionCallbacks *callbacks) |
| static void | detachCallbacksFromContext (SSL_CTX *ctx, SSLSessionCallbacks *callbacks) |
| static SSLSessionCallbacks * | getCacheFromContext (SSL_CTX *ctx) |
Definition at line 29 of file SSLSessionCallbackTest.cpp.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 37 of file SSLSessionCallbackTest.cpp.
References folly::gen::move.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 37 of file ThreadSafeSSLSessionCacheTest.cpp.
References folly::gen::move.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 47 of file SSLSessionCallbackTest.cpp.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 48 of file ThreadSafeSSLSessionCacheTest.cpp.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 31 of file SSLSessionCallbackTest.cpp.
References folly::gen::move.
|
inlineoverridevirtualnoexcept |
Implements wangle::SSLSessionCallbacks.
Definition at line 31 of file ThreadSafeSSLSessionCacheTest.cpp.
References folly::gen::move.
|
inlineoverridevirtual |
Reimplemented from wangle::SSLSessionCallbacks.
Definition at line 51 of file SSLSessionCallbackTest.cpp.
|
mutableprivate |
Definition at line 56 of file SSLSessionCallbackTest.cpp.