Protocols::Generics::TcpTransport Class Reference

Inherits Protocols::Generics::SocketTransport.

Inheritance diagram for Protocols::Generics::TcpTransport:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Generics::TcpTransport:

Collaboration graph
[legend]
List of all members.

Detailed Description

Todo:
The raw QTcpSocket object probably needs to be passed from the outside - for the cases when we accept incoming connections.

Definition at line 39 of file TcpTransportFactory.cpp.

Public Member Functions

 TcpTransport (int readBufferSize, int writeBufferSize, TransportStatus *status)

Private Attributes

TcpSocket socket
TcpSocketBuffer socketBuffer


Constructor & Destructor Documentation

Protocols::Generics::TcpTransport::TcpTransport int  readBufferSize,
int  writeBufferSize,
TransportStatus status
[inline]
 

Definition at line 42 of file TcpTransportFactory.cpp.


Member Data Documentation

TcpSocket Protocols::Generics::TcpTransport::socket [private]
 

Reimplemented from Protocols::Generics::SocketTransport.

Definition at line 50 of file TcpTransportFactory.cpp.

TcpSocketBuffer Protocols::Generics::TcpTransport::socketBuffer [private]
 

Reimplemented from Protocols::Generics::SocketTransport.

Definition at line 51 of file TcpTransportFactory.cpp.


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