#include <cxSocketConnection.h>
Definition at line 55 of file cxSocketConnection.h.
◆ SocketConnection()
cx::SocketConnection::SocketConnection |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ computeState()
◆ connected
void cx::SocketConnection::connected |
( |
| ) |
|
|
signal |
◆ connectionInfoChanged
void cx::SocketConnection::connectionInfoChanged |
( |
| ) |
|
|
signal |
◆ createConnector()
◆ dataAvailable
void cx::SocketConnection::dataAvailable |
( |
| ) |
|
|
signal |
◆ disconnected
void cx::SocketConnection::disconnected |
( |
| ) |
|
|
signal |
◆ enoughBytesAvailableOnSocket()
bool cx::SocketConnection::enoughBytesAvailableOnSocket |
( |
int |
bytes | ) |
const |
|
protected |
◆ error
void cx::SocketConnection::error |
( |
| ) |
|
|
signal |
◆ getAllServerHostnames()
QStringList cx::SocketConnection::getAllServerHostnames |
( |
| ) |
|
|
protected |
◆ getConnectionInfo()
thread-safe
Return the connection info for the next connection. Any existing connection might have other values.
Definition at line 87 of file cxSocketConnection.cpp.
◆ getState()
◆ requestConnect()
void cx::SocketConnection::requestConnect |
( |
| ) |
|
|
virtual |
◆ requestDisconnect()
void cx::SocketConnection::requestDisconnect |
( |
| ) |
|
|
virtual |
◆ sendData
bool cx::SocketConnection::sendData |
( |
const char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
slot |
◆ setConnectionInfo()
◆ setCurrentConnectionInfo()
void cx::SocketConnection::setCurrentConnectionInfo |
( |
| ) |
|
|
protected |
◆ setProtocol()
void cx::SocketConnection::setProtocol |
( |
QString |
protocolname | ) |
|
|
protectedvirtual |
◆ socketIsConnected()
bool cx::SocketConnection::socketIsConnected |
( |
| ) |
|
|
protected |
◆ socketReceive()
bool cx::SocketConnection::socketReceive |
( |
void * |
packPointer, |
|
|
int |
packSize |
|
) |
| const |
◆ stateChange()
◆ stateChanged
◆ mConnector
◆ mCurrentState
◆ mNextConnectionInfo
◆ mNextConnectionInfoMutex
QMutex cx::SocketConnection::mNextConnectionInfoMutex |
|
protected |
◆ mSocket
QTcpSocket* cx::SocketConnection::mSocket |
|
protected |
The documentation for this class was generated from the following files:
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-NI-BU2/CX/CX/source/resource/core/utilities/cxSocketConnection.h
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-NI-BU2/CX/CX/source/resource/core/utilities/cxSocketConnection.cpp