My Project
Public Attributes | List of all members
ParaEngine::StatisticsJabber Struct Reference

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...
 

Detailed Description

A structure describing the current jabber connection statistics.

Member Data Documentation

§ compressedBytesReceived

int ParaEngine::StatisticsJabber::compressedBytesReceived

Total number of bytes received over the wire before decompression was applied.

§ compressedBytesSent

int ParaEngine::StatisticsJabber::compressedBytesSent

Total number of bytes sent over the wire after compression was applied.

§ compression

bool ParaEngine::StatisticsJabber::compression

Whether or not the stream (to the server) gets compressed.

§ encryption

bool ParaEngine::StatisticsJabber::encryption

Whether or not the connection (to the server) is encrypted.

§ iqStanzasReceived

int ParaEngine::StatisticsJabber::iqStanzasReceived

The total number of IQ Stanzas received.

§ iqStanzasSent

int ParaEngine::StatisticsJabber::iqStanzasSent

The total number of IQ Stanzas sent.

§ messageStanzasReceived

int ParaEngine::StatisticsJabber::messageStanzasReceived

The total number of Message Stanzas received.

§ messageStanzasSent

int ParaEngine::StatisticsJabber::messageStanzasSent

The total number of Message Stanzas sent.

§ presenceStanzasReceived

int ParaEngine::StatisticsJabber::presenceStanzasReceived

The total number of Presence Stanzas received.

§ presenceStanzasSent

int ParaEngine::StatisticsJabber::presenceStanzasSent

The total number of Presence Stanzas sent.

§ s10nStanzasReceived

int ParaEngine::StatisticsJabber::s10nStanzasReceived

The total number of Subscription Stanzas received.

§ s10nStanzasSent

int ParaEngine::StatisticsJabber::s10nStanzasSent

The total number of Subscription Stanzas sent.

§ totalBytesReceived

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.

§ totalBytesSent

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.

§ totalStanzasReceived

int ParaEngine::StatisticsJabber::totalStanzasReceived

The total number of Stanzas received.

§ totalStanzasSent

int ParaEngine::StatisticsJabber::totalStanzasSent

The total number of Stanzas sent.

§ uncompressedBytesReceived

int ParaEngine::StatisticsJabber::uncompressedBytesReceived

Total number of bytes received over the wire after decompression was applied.

§ uncompressedBytesSent

int ParaEngine::StatisticsJabber::uncompressedBytesSent

Total number of bytes sent over the wire before compression was applied.


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