My Project
|
A structure describing the current jabber connection statistics. More...
#include <IParaWebService.h>
Public Attributes | |
long int | totalBytesSent |
The total number of bytes sent over the wire. More... | |
long int | totalBytesReceived |
The total number of bytes received over the wire. More... | |
int | compressedBytesSent |
Total number of bytes sent over the wire after compression was applied. More... | |
int | compressedBytesReceived |
Total number of bytes received over the wire before decompression was applied. More... | |
int | uncompressedBytesSent |
Total number of bytes sent over the wire before compression was applied. More... | |
int | uncompressedBytesReceived |
Total number of bytes received over the wire after decompression was applied. More... | |
int | totalStanzasSent |
The total number of Stanzas sent. More... | |
int | totalStanzasReceived |
The total number of Stanzas received. More... | |
int | iqStanzasSent |
The total number of IQ Stanzas sent. More... | |
int | iqStanzasReceived |
The total number of IQ Stanzas received. More... | |
int | messageStanzasSent |
The total number of Message Stanzas sent. More... | |
int | messageStanzasReceived |
The total number of Message Stanzas received. More... | |
int | s10nStanzasSent |
The total number of Subscription Stanzas sent. More... | |
int | s10nStanzasReceived |
The total number of Subscription Stanzas received. More... | |
int | presenceStanzasSent |
The total number of Presence Stanzas sent. More... | |
int | presenceStanzasReceived |
The total number of Presence Stanzas received. More... | |
bool | encryption |
Whether or not the connection (to the server) is encrypted. More... | |
bool | compression |
Whether or not the stream (to the server) gets compressed. More... | |
A structure describing the current jabber connection statistics.
int ParaEngine::StatisticsJabber::compressedBytesReceived |
Total number of bytes received over the wire before decompression was applied.
int ParaEngine::StatisticsJabber::compressedBytesSent |
Total number of bytes sent over the wire after compression was applied.
bool ParaEngine::StatisticsJabber::compression |
Whether or not the stream (to the server) gets compressed.
bool ParaEngine::StatisticsJabber::encryption |
Whether or not the connection (to the server) is encrypted.
int ParaEngine::StatisticsJabber::iqStanzasReceived |
The total number of IQ Stanzas received.
int ParaEngine::StatisticsJabber::iqStanzasSent |
The total number of IQ Stanzas sent.
int ParaEngine::StatisticsJabber::messageStanzasReceived |
The total number of Message Stanzas received.
int ParaEngine::StatisticsJabber::messageStanzasSent |
The total number of Message Stanzas sent.
int ParaEngine::StatisticsJabber::presenceStanzasReceived |
The total number of Presence Stanzas received.
int ParaEngine::StatisticsJabber::presenceStanzasSent |
The total number of Presence Stanzas sent.
int ParaEngine::StatisticsJabber::s10nStanzasReceived |
The total number of Subscription Stanzas received.
int ParaEngine::StatisticsJabber::s10nStanzasSent |
The total number of Subscription Stanzas sent.
long int ParaEngine::StatisticsJabber::totalBytesReceived |
The total number of bytes received over the wire.
This does not include the TLS handshake nor any TLS-related overhead, but it does include anything sent before compression was switched on.
long int ParaEngine::StatisticsJabber::totalBytesSent |
The total number of bytes sent over the wire.
This does not include the TLS handshake nor any TLS-related overhead, but it does include anything sent before compression was switched on.
int ParaEngine::StatisticsJabber::totalStanzasReceived |
The total number of Stanzas received.
int ParaEngine::StatisticsJabber::totalStanzasSent |
The total number of Stanzas sent.
int ParaEngine::StatisticsJabber::uncompressedBytesReceived |
Total number of bytes received over the wire after decompression was applied.
int ParaEngine::StatisticsJabber::uncompressedBytesSent |
Total number of bytes sent over the wire before compression was applied.