A UnixTransport::ConnectionInfo extends Transport::ConnectionInfo to hold the file path of the Unix socket.  
 More...
#include <unix-transport.hpp>
  
  
      
        
          | ndn::UnixTransport::ConnectionInfo::ConnectionInfo  | 
          ( | 
          const char *  | 
          filePath | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Create a ConnectionInfo with the given filePath. 
- Parameters
 - 
  
    | filePath | The file path of the Unix socket to connect to.  | 
  
   
 
 
  
  
      
        
          | const std::string& ndn::UnixTransport::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: