UnixSocketConnection.h

Author: jonathan_herbst

Created on May 29, 2014, 2:44 PM

UnixSocketConnection
UnixSocketConnection

A Connection_Impl derived class that represents a unix socket connection.

Functions
description
std::string description()

Gets a description of the connection.

Returns

A description of the connection, in the form "UnixSocket, path".

establishConnection
void establishConnection()

Initializes and opens the current connection

Exceptions
Variables
m_path
std::string m_path

The path to the Unix Socket