Inheritance diagram for ns3::SocketWriter:Public Member Functions | |
| void | Close () | 
| void | Connect () | 
| void | Setup (Ptr< Node > node, Address peer) | 
| void | Write (uint32_t numBytes) | 
  Public Member Functions inherited from ns3::Application | |
| Ptr< Node > | GetNode () const | 
| void | SetNode (Ptr< Node > node) | 
| void | SetStartTime (Time start) | 
| Specify application start time.  More... | |
| void | SetStopTime (Time stop) | 
| Specify application stop time.  More... | |
  Public Member Functions inherited from ns3::Object | |
| void | AggregateObject (Ptr< Object > other) | 
| void | Dispose (void) | 
| AggregateIterator | GetAggregateIterator (void) const | 
| virtual TypeId | GetInstanceTypeId (void) const | 
| template<typename T > | |
| Ptr< T > | GetObject (void) const | 
| template<typename T > | |
| Ptr< T > | GetObject (TypeId tid) const | 
| void | Initialize (void) | 
  Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const | 
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| void | Ref (void) const | 
| void | Unref (void) const | 
  Public Member Functions inherited from ns3::ObjectBase | |
| void | GetAttribute (std::string name, AttributeValue &value) const | 
| bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const | 
| void | SetAttribute (std::string name, const AttributeValue &value) | 
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) | 
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) | 
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) | 
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) | 
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) | 
Private Member Functions | |
| virtual void | StartApplication (void) | 
| Application specific startup code.  More... | |
| virtual void | StopApplication (void) | 
| Application specific shutdown code.  More... | |
Private Attributes | |
| bool | m_isConnected | 
| bool | m_isSetup | 
| Ptr< Node > | m_node | 
| Address | m_peer | 
| Ptr< Socket > | m_socket | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ns3::Application | |
| static TypeId | GetTypeId (void) | 
  Static Public Member Functions inherited from ns3::Object | |
| static TypeId | GetTypeId (void) | 
  Static Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
| static void | Cleanup (void) | 
  Static Public Member Functions inherited from ns3::ObjectBase | |
| static TypeId | GetTypeId (void) | 
  Protected Member Functions inherited from ns3::Application | |
| virtual void | DoDispose (void) | 
| virtual void | DoInitialize (void) | 
  Protected Member Functions inherited from ns3::Object | |
| Object (const Object &o) | |
| virtual void | NotifyNewAggregate (void) | 
  Protected Member Functions inherited from ns3::ObjectBase | |
| void | ConstructSelf (const AttributeConstructionList &attributes) | 
| virtual void | NotifyConstructionCompleted (void) | 
  Protected Attributes inherited from ns3::Application | |
| Ptr< Node > | m_node | 
| EventId | m_startEvent | 
| Time | m_startTime | 
| EventId | m_stopEvent | 
| Time | m_stopTime | 
Definition at line 28 of file ns3tcp-socket-writer.h.
      
  | 
  privatevirtual | 
Application specific startup code.
The StartApplication method is called at the start time specified by Start This method should be overridden by all or most application subclasses.
Reimplemented from ns3::Application.
Definition at line 37 of file ns3tcp-socket-writer.cc.
      
  | 
  privatevirtual | 
Application specific shutdown code.
The StopApplication method is called at the stop time specified by Stop This method should be overridden by all or most application subclasses.
Reimplemented from ns3::Application.
Definition at line 44 of file ns3tcp-socket-writer.cc.