proxygen
|
#include <Mocks.h>
Public Member Functions | |
MockServerPool (std::shared_ptr< folly::SocketAddress > addr) | |
folly::Future< DefaultPipeline * > | connect (BaseClientBootstrap< DefaultPipeline > *client, const std::string &) noexceptoverride |
void | failConnect () |
Public Member Functions inherited from wangle::ServerPool< std::string > | |
virtual | ~ServerPool () |
Private Attributes | |
std::shared_ptr< folly::SocketAddress > | addr_ |
bool | failConnect_ {false} |
|
inlineexplicit |
|
inlineoverridevirtualnoexcept |
Kick off an upstream connect request given the BaseClientBootstrap when a broadcast is not available locally.
Implements wangle::ServerPool< std::string >.
Definition at line 67 of file Mocks.h.
References wangle::BaseClientBootstrap< P >::connect().
|
private |