PACK Qt Binding  $VERSION$
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Slots | Public Member Functions | Protected Member Functions | List of all members
WobScgiNetworkReplyImpl Class Reference

#include <wobnam_p.h>

Inheritance diagram for WobScgiNetworkReplyImpl:

Public Slots

virtual void ignoreSslErrors () override
 relays SSL errors More...
 

Public Member Functions

 WobScgiNetworkReplyImpl (QNetworkRequest, QByteArray op, QIODevice *, QObject *parent)
 creates a new reply handler/receiver More...
 
void abort () override
 abort the reception (just closes the stream, does not actually abort anything yet) More...
 
void close () override
 closes the reply stream, call this only if you are no longer interested in the answer More...
 
qint64 bytesAvailable () const override
 returns the amount of body data available to be read More...
 
bool isSequential () const override
 
qint64 size () const override
 returns the complete size of the body More...
 

Protected Member Functions

qint64 readData (char *data, qint64 maxSize) override
 implementation of reading body data More...
 

Constructor & Destructor Documentation

WobScgiNetworkReplyImpl::WobScgiNetworkReplyImpl ( QNetworkRequest  req,
QByteArray  op,
QIODevice *  input,
QObject *  parent 
)

creates a new reply handler/receiver

Member Function Documentation

void WobScgiNetworkReplyImpl::abort ( )
override

abort the reception (just closes the stream, does not actually abort anything yet)

qint64 WobScgiNetworkReplyImpl::bytesAvailable ( ) const
override

returns the amount of body data available to be read

void WobScgiNetworkReplyImpl::close ( )
override

closes the reply stream, call this only if you are no longer interested in the answer

void WobScgiNetworkReplyImpl::ignoreSslErrors ( )
overridevirtualslot

relays SSL errors

bool WobScgiNetworkReplyImpl::isSequential ( ) const
inlineoverride
qint64 WobScgiNetworkReplyImpl::readData ( char *  data,
qint64  maxSize 
)
overrideprotected

implementation of reading body data

qint64 WobScgiNetworkReplyImpl::size ( ) const
override

returns the complete size of the body


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