Use this struct to pass all connection options to the KineticConnectionFactory. More...
#include <connection_options.h>

Public Attributes | |
| std::string | host |
| The host name or IP address of the kinetic server. | |
| int | port |
| The port the kinetic server is running on. | |
| bool | use_ssl |
| If true secure all TCP traffic to the server using TLSv1. Otherwise all trafic will be plain-text TCP. | |
| int | user_id |
| The ID of the user to connect as. | |
| std::string | hmac_key |
| The HMAC key of the user specified in user_id. | |
Use this struct to pass all connection options to the KineticConnectionFactory.
Definition at line 29 of file connection_options.h.
1.8.8