#include <udp-echo-helper.h>
Public Member Functions | |
UdpEchoServerHelper (uint16_t port) | |
void | SetAttribute (std::string name, const AttributeValue &value) |
ApplicationContainer | Install (Ptr< Node > node) const |
ApplicationContainer | Install (NodeContainer c) const |
Private Member Functions | |
Ptr< Application > | InstallPriv (Ptr< Node > node) const |
Private Attributes | |
ObjectFactory | m_factory |
Definition at line 31 of file udp-echo-helper.h.
ns3::UdpEchoServerHelper::UdpEchoServerHelper | ( | uint16_t | port | ) |
Definition at line 23 of file udp-echo-helper.cc.
References ns3::UdpEchoServer::GetTypeId(), m_factory, and ns3::ObjectFactory::SetTypeId().
ApplicationContainer ns3::UdpEchoServerHelper::Install | ( | NodeContainer | c | ) | const |
Definition at line 44 of file udp-echo-helper.cc.
ApplicationContainer ns3::UdpEchoServerHelper::Install | ( | Ptr< Node > | node | ) | const |
Definition at line 38 of file udp-echo-helper.cc.
Ptr< Application > ns3::UdpEchoServerHelper::InstallPriv | ( | Ptr< Node > | node | ) | const [private] |
Definition at line 56 of file udp-echo-helper.cc.
void ns3::UdpEchoServerHelper::SetAttribute | ( | std::string | name, | |
const AttributeValue & | value | |||
) |
Definition at line 30 of file udp-echo-helper.cc.
Definition at line 44 of file udp-echo-helper.h.
Referenced by UdpEchoServerHelper().