OmniSciDB
a5dc49c757
|
This is the complete list of members for ThriftClientConnection, including all inherited members.
ca_cert_name_ | ThriftClientConnection | private |
conn_type_ | ThriftClientConnection | private |
factory_ | ThriftClientConnection | private |
get_protocol() | ThriftClientConnection | |
open_buffered_client_transport(const std::string &server_host, const int port, const std::string &ca_cert_name, const bool with_timeout=false, const bool with_keepalive=true, const unsigned connect_timeout=0, const unsigned recv_timeount=0, const unsigned send_timeout=0) | ThriftClientConnection | |
open_http_client_transport(const std::string &server_host, const int port, const std::string &trust_cert_file_, bool use_https, bool skip_verify) | ThriftClientConnection | |
port_ | ThriftClientConnection | private |
server_host_ | ThriftClientConnection | private |
skip_host_verify_ | ThriftClientConnection | private |
ThriftClientConnection(const std::string &server_host, const int port, const ThriftConnectionType conn_type, bool skip_host_verify, const std::string &ca_cert_name, const std::string &trust_cert_file) | ThriftClientConnection | inline |
ThriftClientConnection(const std::string &server_host, const int port, const ThriftConnectionType conn_type, bool skip_host_verify, std::shared_ptr< TSSLSocketFactory > factory) | ThriftClientConnection | |
ThriftClientConnection() | ThriftClientConnection | inline |
trust_cert_file_ | ThriftClientConnection | private |
using_X509_store_ | ThriftClientConnection | private |
~ThriftClientConnection() | ThriftClientConnection | virtual |