proxygen
|
#include <AsyncSSLSocketTest.h>
Public Member Functions | |
SSLHandshakeClientNoVerify (AsyncSSLSocket::UniquePtr socket, bool preverifyResult, bool verifyResult) | |
Public Member Functions inherited from folly::SSLHandshakeBase | |
SSLHandshakeBase (AsyncSSLSocket::UniquePtr socket, bool preverifyResult, bool verifyResult) | |
AsyncSSLSocket::UniquePtr | moveSocket ()&& |
Public Member Functions inherited from folly::AsyncSSLSocket::HandshakeCB | |
virtual | ~HandshakeCB ()=default |
Additional Inherited Members | |
Public Attributes inherited from folly::SSLHandshakeBase | |
bool | handshakeVerify_ |
bool | handshakeSuccess_ |
bool | handshakeError_ |
std::chrono::nanoseconds | handshakeTime |
Protected Member Functions inherited from folly::SSLHandshakeBase | |
bool | handshakeVer (AsyncSSLSocket *, bool preverifyOk, X509_STORE_CTX *) noexceptoverride |
void | handshakeSuc (AsyncSSLSocket *) noexceptoverride |
void | handshakeErr (AsyncSSLSocket *, const AsyncSocketException &ex) noexceptoverride |
void | writeSuccess () noexceptoverride |
void | writeErr (size_t bytesWritten, const AsyncSocketException &ex) noexceptoverride |
Protected Attributes inherited from folly::SSLHandshakeBase | |
AsyncSSLSocket::UniquePtr | socket_ |
bool | preverifyResult_ |
bool | verifyResult_ |
Definition at line 1353 of file AsyncSSLSocketTest.h.
|
inline |
Definition at line 1355 of file AsyncSSLSocketTest.h.
References folly::SendMsgParamsCallbackBase::socket_.