src/network/access/qhttpnetworkconnection_p.h
branchRCL_3
changeset 13 c0432d11811c
parent 7 3f74d0d4af4c
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
   154 {
   154 {
   155     Q_DECLARE_PUBLIC(QHttpNetworkConnection)
   155     Q_DECLARE_PUBLIC(QHttpNetworkConnection)
   156 public:
   156 public:
   157     static const int defaultChannelCount;
   157     static const int defaultChannelCount;
   158     static const int defaultPipelineLength;
   158     static const int defaultPipelineLength;
       
   159     static const int defaultRePipelineLength;
   159 
   160 
   160     QHttpNetworkConnectionPrivate(const QString &hostName, quint16 port, bool encrypt);
   161     QHttpNetworkConnectionPrivate(const QString &hostName, quint16 port, bool encrypt);
   161     QHttpNetworkConnectionPrivate(quint16 channelCount, const QString &hostName, quint16 port, bool encrypt);
   162     QHttpNetworkConnectionPrivate(quint16 channelCount, const QString &hostName, quint16 port, bool encrypt);
   162     ~QHttpNetworkConnectionPrivate();
   163     ~QHttpNetworkConnectionPrivate();
   163     void init();
   164     void init();