proxygen
|
Public Member Functions | |
MOCK_METHOD0 (_connectSuccess, void()) | |
MOCK_METHOD1 (_connectErr, void(const AsyncSocketException &)) | |
void | connectSuccess () noexceptoverride |
void | connectErr (const AsyncSocketException &ex) noexceptoverride |
Public Member Functions inherited from folly::AsyncSocket::ConnectCallback | |
virtual | ~ConnectCallback ()=default |
Definition at line 38 of file AsyncFizzClientTest.cpp.
|
inlineoverridevirtualnoexcept |
connectErr() will be invoked if the connection attempt fails.
ex | An exception describing the error that occurred. |
Implements folly::AsyncSocket::ConnectCallback.
Definition at line 47 of file AsyncFizzClientTest.cpp.
|
inlineoverridevirtualnoexcept |
connectSuccess() will be invoked when the connection has been successfully established.
Implements folly::AsyncSocket::ConnectCallback.
Definition at line 43 of file AsyncFizzClientTest.cpp.
fizz::client::test::MockConnectCallback::MOCK_METHOD0 | ( | _connectSuccess | , |
void() | |||
) |
fizz::client::test::MockConnectCallback::MOCK_METHOD1 | ( | _connectErr | , |
void(const AsyncSocketException &) | |||
) |