NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
protocol-factory.hpp File Reference
#include "face.hpp"
Include dependency graph for protocol-factory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::ProtocolFactory
 
struct  nfd::ProtocolFactory::Error
 Base class for all exceptions thrown by channel factories. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 

Typedefs

typedef function< void(const
shared_ptr< Face > &newFace)> 
nfd::FaceCreatedCallback
 Prototype for the callback called when face is created (as a response to incoming connection or after connection is established) More...
 
typedef function< void(const
std::string &reason)> 
nfd::FaceConnectFailedCallback
 Prototype for the callback that is called when face is failed to get created. More...