NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::ThreeGppHttpServer Class Reference

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

ns3::ThreeGppHttpServer is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer"

Attributes

  • Variables: Variable collection, which is used to control e.g. processing and object generation delays.
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::ThreeGppHttpVariables>
    • Initial value: 0
    • Flags: construct write read
  • LocalAddress: The local address of the server, i.e., the address on which to bind the Rx socket.
    • Set with class: AddressValue
    • Underlying type: Address
    • Initial value: 00-00-00
    • Flags: construct write read
  • LocalPort: Port on which the application listen for incoming packets.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 80
    • Flags: construct write read
  • Mtu: Maximum transmission unit (in bytes) of the TCP sockets used in this application, excluding the compulsory 40 bytes TCP header. Typical values are 1460 and 536 bytes. The attribute is read-only because the value is randomly determined.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Flags: read

Attributes defined in parent class ns3::Application

  • StartTime: Time at which the application will start
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write read
  • StopTime: Time at which the application will stop
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write read

TraceSources

  • ConnectionEstablished: Connection to a remote web client has been established.
    Callback signature: ns3::HttpServer::ConnectionEstablishedCallback
  • MainObject: A main object has been generated.
    Callback signature: ns3::HttpServer::HttpObjectCallback
  • EmbeddedObject: An embedded object has been generated.
    Callback signature: ns3::HttpServer::HttpObjectCallback
  • Tx: A packet has been sent.
    Callback signature: ns3::Packet::TracedCallback
  • Rx: A packet has been received.
    Callback signature: ns3::Packet::PacketAddressTracedCallback
  • RxDelay: A packet has been received with delay information.
    Callback signature: ns3::Application::DelayAddressCallback
  • StateTransition: Trace fired upon every HTTP client state transition.
    Callback signature: ns3::Application::StateTransitionCallback

Size of this type is 336 bytes (on a 64-bit architecture).


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