Public Member Functions | List of all members
ndn::AsyncUnixTransport::ConnectionInfo Class Reference

An AsyncUnixTransport::ConnectionInfo extends Transport::ConnectionInfo to hold the file path of the Unix socket. More...

#include <async-unix-transport.hpp>

Inheritance diagram for ndn::AsyncUnixTransport::ConnectionInfo:
ndn::Transport::ConnectionInfo

Public Member Functions

 ConnectionInfo (const char *filePath)
 Create a ConnectionInfo with the given filePath. More...
 
const std::string & getFilePath () const
 Get the file path given to the constructor. More...
 

Detailed Description

An AsyncUnixTransport::ConnectionInfo extends Transport::ConnectionInfo to hold the file path of the Unix socket.

Constructor & Destructor Documentation

ndn::AsyncUnixTransport::ConnectionInfo::ConnectionInfo ( const char *  filePath)
inline

Create a ConnectionInfo with the given filePath.

Parameters
filePathThe file path of the Unix socket to connect to.

Member Function Documentation

const std::string& ndn::AsyncUnixTransport::ConnectionInfo::getFilePath ( ) const
inline

Get the file path given to the constructor.

Returns
A string reference for the file path.

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