Encapsulates a face creation request and all its parameters. More...
#include <protocol-factory.hpp>
Public Attributes | |
FaceUri | remoteUri |
optional< FaceUri > | localUri |
FaceParams | params |
Encapsulates a face creation request and all its parameters.
Parameters are passed as a struct rather than individually, so that a future change in the list of parameters does not require an update to the method signature in all subclasses.
Definition at line 133 of file protocol-factory.hpp.
FaceUri nfd::face::ProtocolFactory::CreateFaceRequest::remoteUri |
Definition at line 135 of file protocol-factory.hpp.
Referenced by nfd::face::ProtocolFactory::createFace(), nfd::face::EthernetFactory::EthernetFactory(), nfd::face::TcpFactory::getId(), and nfd::face::UdpFactory::UdpFactory().
optional<FaceUri> nfd::face::ProtocolFactory::CreateFaceRequest::localUri |
Definition at line 136 of file protocol-factory.hpp.
Referenced by nfd::face::ProtocolFactory::createFace(), nfd::face::EthernetFactory::EthernetFactory(), nfd::face::TcpFactory::getId(), and nfd::face::UdpFactory::UdpFactory().
FaceParams nfd::face::ProtocolFactory::CreateFaceRequest::params |
Definition at line 137 of file protocol-factory.hpp.
Referenced by nfd::face::EthernetFactory::EthernetFactory(), nfd::face::TcpFactory::getId(), and nfd::face::UdpFactory::UdpFactory().