|
proxygen
|
#include <AsyncFizzClient.h>
Public Member Functions | |
| virtual | ~HandshakeCallback ()=default |
| virtual void | fizzHandshakeSuccess (AsyncFizzClientT *transport) noexcept=0 |
| virtual void | fizzHandshakeError (AsyncFizzClientT *transport, folly::exception_wrapper ex) noexcept=0 |
Definition at line 26 of file AsyncFizzClient.h.
|
virtualdefault |
|
pure virtualnoexcept |
Implemented in fizz::client::test::MockHandshakeCallbackT< SM >.
Referenced by fizz::client::AsyncFizzClientT< SM >::deliverHandshakeError().
|
pure virtualnoexcept |
Implemented in fizz::client::test::MockHandshakeCallbackT< SM >.
Referenced by fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()().