proxygen
|
Public Attributes | |
TestRoutingData | routingData_ |
std::shared_ptr< CustomPipelineFactory > | factory_ |
Additional Inherited Members | |
Public Types inherited from wangle::BaseClientBootstrap< DefaultPipeline > | |
using | Ptr = std::unique_ptr< BaseClientBootstrap > |
Protected Attributes inherited from wangle::ClientBootstrap< DefaultPipeline > | |
int | port_ |
std::shared_ptr< folly::IOThreadPoolExecutor > | group_ |
Protected Attributes inherited from wangle::BaseClientBootstrap< DefaultPipeline > | |
std::shared_ptr< PipelineFactory< DefaultPipeline > > | pipelineFactory_ |
DefaultPipeline::Ptr | pipeline_ |
folly::SSLContextPtr | sslContext_ |
SSL_SESSION * | sslSession_ |
std::string | sni_ |
bool | deferSecurityNegotiation_ |
SSLSessionEstablishedCallbackUniquePtr | sslSessionEstablishedCallback_ |
Definition at line 94 of file ObservingClientPipelineTest.cpp.
|
inlineexplicit |
Definition at line 96 of file ObservingClientPipelineTest.cpp.
|
inlineoverridevirtual |
Reimplemented from wangle::BaseClientBootstrap< DefaultPipeline >.
Definition at line 103 of file ObservingClientPipelineTest.cpp.
std::shared_ptr<CustomPipelineFactory> CustomPipelineMakerTestClient::factory_ |
Definition at line 110 of file ObservingClientPipelineTest.cpp.
TestRoutingData CustomPipelineMakerTestClient::routingData_ |
Definition at line 109 of file ObservingClientPipelineTest.cpp.