OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProxyTHttpClient Class Reference
+ Inheritance diagram for ProxyTHttpClient:
+ Collaboration diagram for ProxyTHttpClient:

Public Member Functions

 ProxyTHttpClient (std::shared_ptr< TTransport > transport, std::string host, std::string path)
 

Public Attributes

 __pad0__: THttpClient(host
 
 port
 
 path
 

Detailed Description

Definition at line 89 of file ThriftClient.cpp.

Constructor & Destructor Documentation

ProxyTHttpClient::ProxyTHttpClient ( std::shared_ptr< TTransport >  transport,
std::string  host,
std::string  path 
)
inline

Definition at line 92 of file ThriftClient.cpp.

96  : THttpClient(transport, host, path, shared::default_tconfig()){}
97 #else
98  : THttpClient(transport, host, path) {
99  }
std::shared_ptr< apache::thrift::TConfiguration > default_tconfig()
Definition: ThriftConfig.h:26

Member Data Documentation

ProxyTHttpClient::__pad0__

Definition at line 106 of file ThriftClient.cpp.

ProxyTHttpClient::path

Definition at line 106 of file ThriftClient.cpp.

ProxyTHttpClient::port

Definition at line 106 of file ThriftClient.cpp.


The documentation for this class was generated from the following file: