RequestAnalyzer Class Reference

#include <qtransportauth_qws.h>

Class Description

Definition at line 175 of file qtransportauth_qws.h.

Public Member Functions

 RequestAnalyzer ()
 
virtual ~RequestAnalyzer ()
 
QString operator() (QByteArray *data)
 
bool requireMoreData () const
 
qint64 bytesAnalyzed () const
 

Protected Member Functions

virtual QString analyze (QByteArray *)
 

Protected Attributes

bool moreData
 
qint64 dataSize
 

Constructor & Destructor Documentation

virtual ~RequestAnalyzer ( )
virtual

Member Function Documentation

QString operator() ( QByteArray data)
inline

Definition at line 180 of file qtransportauth_qws.h.

180 { return analyze( data ); }
virtual QString analyze(QByteArray *)
bool requireMoreData ( ) const
inline

Definition at line 181 of file qtransportauth_qws.h.

181 { return moreData; }
qint64 bytesAnalyzed ( ) const
inline

Definition at line 182 of file qtransportauth_qws.h.

182 { return dataSize; }
virtual QString analyze ( QByteArray )
protectedvirtual

Member Data Documentation

bool moreData
protected

Definition at line 185 of file qtransportauth_qws.h.

qint64 dataSize
protected

Definition at line 186 of file qtransportauth_qws.h.


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