Protocols::Generics::Testing::TcpTester Class Reference

#include <TcpTester.h> [code]

Inherits QObject.

Inheritance diagram for Protocols::Generics::Testing::TcpTester:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Generics::Testing::TcpTester:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 32 of file TcpTester.h.

Public Slots

void readBytes ()
void writeBytes ()

Public Member Functions

 TcpTester ()
 ~TcpTester ()
QByteArray connectAddress () const
void acceptConnection ()
void rejectConnections ()

Public Attributes

QByteArray bytesRead
QByteArray bytesToWrite

Private Slots

void newConnection ()

Private Member Functions

 TcpTester (const TcpTester &)
TcpTesteroperator= (const TcpTester &)

Private Attributes

QTcpServer server
QTcpSocket * incoming


Constructor & Destructor Documentation

Protocols::Generics::Testing::TcpTester::TcpTester const TcpTester  )  [private]
 

TcpTester::TcpTester  ) 
 

Definition at line 27 of file TcpTester.cpp.

TcpTester::~TcpTester  ) 
 

Definition at line 36 of file TcpTester.cpp.


Member Function Documentation

void TcpTester::acceptConnection  ) 
 

Definition at line 49 of file TcpTester.cpp.

QByteArray TcpTester::connectAddress  )  const
 

Definition at line 43 of file TcpTester.cpp.

void TcpTester::newConnection  )  [private, slot]
 

Definition at line 58 of file TcpTester.cpp.

TcpTester& Protocols::Generics::Testing::TcpTester::operator= const TcpTester  )  [private]
 

void TcpTester::readBytes  )  [slot]
 

Definition at line 68 of file TcpTester.cpp.

void TcpTester::rejectConnections  ) 
 

Definition at line 53 of file TcpTester.cpp.

void TcpTester::writeBytes  )  [slot]
 

Definition at line 74 of file TcpTester.cpp.


Member Data Documentation

QByteArray Protocols::Generics::Testing::TcpTester::bytesRead
 

Definition at line 45 of file TcpTester.h.

QByteArray Protocols::Generics::Testing::TcpTester::bytesToWrite
 

Definition at line 46 of file TcpTester.h.

QTcpSocket* Protocols::Generics::Testing::TcpTester::incoming [private]
 

Definition at line 57 of file TcpTester.h.

QTcpServer Protocols::Generics::Testing::TcpTester::server [private]
 

Definition at line 56 of file TcpTester.h.


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