Kinetic C/C++ Client
 All Classes Functions Variables Pages
Public Attributes | List of all members
kinetic::ConnectionOptions Struct Reference

Use this struct to pass all connection options to the KineticConnectionFactory. More...

#include <connection_options.h>

Collaboration diagram for kinetic::ConnectionOptions:
Collaboration graph
[legend]

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.
 

Detailed Description

Use this struct to pass all connection options to the KineticConnectionFactory.

Definition at line 29 of file connection_options.h.


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