|
proxygen
|
#include <AcceptorHelperMocks.h>
Public Member Functions | |
| void | start (folly::AsyncSSLSocket::UniquePtr sock, AcceptorHandshakeHelper::Callback *callback) noexceptoverride |
| MOCK_METHOD1 (dropConnection, void(wangle::SSLErrorEnum reason)) | |
Public Member Functions inherited from wangle::AcceptorHandshakeHelper | |
| virtual void | start (folly::AsyncSSLSocket::UniquePtr sock, AcceptorHandshakeHelper::Callback *callback) noexcept=0 |
| virtual void | dropConnection (SSLErrorEnum reason=SSLErrorEnum::NO_ERROR)=0 |
Public Member Functions inherited from folly::DelayedDestruction | |
| virtual void | destroy () |
| bool | getDestroyPending () const |
Public Member Functions inherited from folly::DelayedDestructionBase | |
| virtual | ~DelayedDestructionBase ()=default |
Additional Inherited Members | |
Public Types inherited from wangle::AcceptorHandshakeHelper | |
| using | UniquePtr = std::unique_ptr< AcceptorHandshakeHelper, folly::DelayedDestruction::Destructor > |
Protected Member Functions inherited from folly::DelayedDestruction | |
| ~DelayedDestruction () override=default | |
| DelayedDestruction () | |
Protected Member Functions inherited from folly::DelayedDestructionBase | |
| DelayedDestructionBase () | |
| uint32_t | getDestructorGuardCount () const |
Definition at line 65 of file AcceptorHelperMocks.h.
| MockHandshakeHelper< UniquePtrTranslationPolicy >::MOCK_METHOD1 | ( | dropConnection | , |
| void(wangle::SSLErrorEnum reason) | |||
| ) |
|
inlineoverridenoexcept |
Definition at line 70 of file AcceptorHelperMocks.h.