_conn | TransportTLSCommon | [protected] |
_pem_passphrase | TransportTLSCommon | [protected, static] |
_ssl | TransportTLSCommon | [protected] |
_ssl_ctx | TransportTLSCommon | [protected] |
connect(const string &client_cert_file, const string &root_ca_file, const string &pem_passphrase="") | TransportTLS | |
disconnect() | TransportTLSCommon | |
get_openssl_msg() | TransportTLSCommon | |
get_port() | TransportTLS | |
get_server() | TransportTLS | |
pem_passwd_cb(char *buf, int size, int rwflag, void *userdata) | TransportTLSCommon | [protected, static] |
read(string &xml_payload, const int &timeout=TIMEOUT) | TransportTLSCommon | |
seed_prng() | TransportTLSCommon | [protected] |
set_non_blocking() | TransportTLSCommon | [protected] |
set_port(const int &port) | TransportTLS | |
set_server(const string &server) | TransportTLS | |
setup_context(const string &cert_file, const string &root_ca_file, const string &pem_passphrase="") | TransportTLSCommon | [protected] |
TIMEOUT | TransportTLSCommon | [protected, static] |
TransportTLS(const string &server="localhost", const int &port=700) | TransportTLS | |
TransportTLSCommon() | TransportTLSCommon | |
write(const string &xml_payload, const int &timeout=TIMEOUT) | TransportTLSCommon | |
~TransportTLSCommon() | TransportTLSCommon | |