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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

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

Attributes

  • Variables: Variable collection, which is used to control e.g. timing and HTTP request size.
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::ThreeGppHttpVariables>
    • Initial value: 0
    • Flags: construct write read
  • RemoteServerAddress: The address of the destination server.
    • Set with class: AddressValue
    • Underlying type: Address
    • Initial value: 00-00-00
    • Flags: construct write read
  • RemoteServerPort: The destination port of the outbound packets.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 80
    • Flags: construct write 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 the destination web server has been established.
    Callback signature: ns3::ThreeGppHttpClient::TracedCallback
  • ConnectionClosed: Connection to the destination web server is closed.
    Callback signature: ns3::ThreeGppHttpClient::TracedCallback
  • Tx: General trace for sending a packet of any kind.
    Callback signature: ns3::Packet::TracedCallback
  • TxMainObjectRequest: Sent a request for a main object.
    Callback signature: ns3::Packet::TracedCallback
  • TxEmbeddedObjectRequest: Sent a request for an embedded object.
    Callback signature: ns3::Packet::TracedCallback
  • RxMainObjectPacket: A packet of main object has been received.
    Callback signature: ns3::Packet::TracedCallback
  • RxMainObject: Received a whole main object. Header is included.
    Callback signature: ns3::ThreeGppHttpClient::TracedCallback
  • RxEmbeddedObjectPacket: A packet of embedded object has been received.
    Callback signature: ns3::Packet::TracedCallback
  • RxEmbeddedObject: Received a whole embedded object. Header is included.
    Callback signature: ns3::ThreeGppHttpClient::TracedCallback
  • Rx: General trace for receiving a packet of any kind.
    Callback signature: ns3::Packet::PacketAddressTracedCallback
  • RxDelay: General trace of delay for receiving a complete object.
    Callback signature: ns3::Application::DelayAddressCallback
  • RxRtt: General trace of round trip delay time for receiving a complete object.
    Callback signature: ns3::Application::DelayAddressCallback
  • StateTransition: Trace fired upon every HTTP client state transition.
    Callback signature: ns3::Application::StateTransitionCallback

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


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