Design Patterns
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
operational::state::TcpConnection Class Reference

#include <tcp_connection.h>

Collaboration diagram for operational::state::TcpConnection:

Public Member Functions

 TcpConnection ()
 
void ActiveOpen ()
 
void PassiveOpen ()
 
void Close ()
 
void Send ()
 
void Acknowledge ()
 
void Synchronize ()
 
void ProcessOctet (TcpOctetStream *)
 
std::string Info () const
 

Static Public Member Functions

static TcpConnectionCreateConnection ()
 

Friends

class TcpState
 

Constructor & Destructor Documentation

operational::state::TcpConnection::TcpConnection ( )

Here is the caller graph for this function:

Member Function Documentation

void operational::state::TcpConnection::Acknowledge ( )

Here is the call graph for this function:

void operational::state::TcpConnection::ActiveOpen ( )

Here is the call graph for this function:

void operational::state::TcpConnection::Close ( )

Here is the call graph for this function:

TcpConnection * operational::state::TcpConnection::CreateConnection ( )
static

Here is the call graph for this function:

Here is the caller graph for this function:

std::string operational::state::TcpConnection::Info ( ) const

Here is the call graph for this function:

void operational::state::TcpConnection::PassiveOpen ( )

Here is the call graph for this function:

void operational::state::TcpConnection::ProcessOctet ( TcpOctetStream octet_stream)

Here is the call graph for this function:

Here is the caller graph for this function:

void operational::state::TcpConnection::Send ( )

Here is the call graph for this function:

void operational::state::TcpConnection::Synchronize ( )

Here is the call graph for this function:

Friends And Related Function Documentation

friend class TcpState
friend

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