|
proxygen
|
#include <ClientBootstrap.h>
Classes | |
| class | ConnectCallback |
Protected Attributes | |
| int | port_ |
| std::shared_ptr< folly::IOThreadPoolExecutor > | group_ |
Protected Attributes inherited from wangle::BaseClientBootstrap< Pipeline > | |
| std::shared_ptr< PipelineFactory< Pipeline > > | pipelineFactory_ |
| Pipeline::Ptr | pipeline_ |
| folly::SSLContextPtr | sslContext_ |
| SSL_SESSION * | sslSession_ |
| std::string | sni_ |
| bool | deferSecurityNegotiation_ |
| SSLSessionEstablishedCallbackUniquePtr | sslSessionEstablishedCallback_ |
Additional Inherited Members | |
Public Types inherited from wangle::BaseClientBootstrap< Pipeline > | |
| using | Ptr = std::unique_ptr< BaseClientBootstrap > |
Definition at line 35 of file ClientBootstrap.h.
|
inline |
Definition at line 85 of file ClientBootstrap.h.
|
overridedefault |
Referenced by wangle::ClientBootstrap< DefaultPipeline >::connect().
|
inline |
Definition at line 94 of file ClientBootstrap.h.
|
inlineoverridevirtual |
Implements wangle::BaseClientBootstrap< Pipeline >.
Definition at line 99 of file ClientBootstrap.h.
Referenced by main(), and TEST().
|
inline |
Definition at line 88 of file ClientBootstrap.h.
Referenced by wangle::ClientBootstrap< DefaultPipeline >::group(), and main().
|
protected |
Definition at line 140 of file ClientBootstrap.h.
Referenced by wangle::ClientBootstrap< DefaultPipeline >::connect(), and wangle::ClientBootstrap< DefaultPipeline >::group().
|
protected |
Definition at line 139 of file ClientBootstrap.h.
Referenced by wangle::ClientBootstrap< DefaultPipeline >::bind().