Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 90467ea6a387df728f7218a11e972208 > files > 8063

kdelibs-apidocs-3.5.6-3.amd64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kioslave/http: http.h Source File (kioslave/http)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../../.."><img id="nav_header_logo" alt="Home" align="left" src="../../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../../..">API Reference</a>
 / <a href="../../html/index.html">kioslave</a> / <a href=".">http</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.4.4 -->
<div class="nav">
<a class="el" href="dir_000000.html">kioslave</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000001.html">http</a></div>
<h1>http.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">   Copyright (C) 2000,2001 Dawit Alemayehu &lt;adawit@kde.org&gt;</span>
<a name="l00003"></a>00003 <span class="comment">   Copyright (C) 2000,2001 Waldo Bastian &lt;bastian@kde.org&gt;</span>
<a name="l00004"></a>00004 <span class="comment">   Copyright (C) 2000,2001 George Staikos &lt;staikos@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment">   Copyright (C) 2001,2002 Hamish Rodda &lt;rodda@kde.org&gt;</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">   This library is free software; you can redistribute it and/or</span>
<a name="l00008"></a>00008 <span class="comment">   modify it under the terms of the GNU Library General Public</span>
<a name="l00009"></a>00009 <span class="comment">   License as published by the Free Software Foundation; either</span>
<a name="l00010"></a>00010 <span class="comment">   version 2 of the License, or (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">   This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment">   but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment">   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00015"></a>00015 <span class="comment">   Library General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment"></span>
<a name="l00017"></a>00017 <span class="comment">   You should have received a copy of the GNU Library General Public License</span>
<a name="l00018"></a>00018 <span class="comment">   along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00019"></a>00019 <span class="comment">   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00020"></a>00020 <span class="comment">   Boston, MA 02110-1301, USA.</span>
<a name="l00021"></a>00021 <span class="comment">*/</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef HTTP_H_</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define HTTP_H_</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;netinet/in.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;arpa/inet.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;string.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;time.h&gt;</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;qstrlist.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;qstringlist.h&gt;</span>
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;kurl.h&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include "kio/tcpslavebase.h"</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include "kio/http.h"</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 <span class="keyword">class </span>DCOPClient;
<a name="l00042"></a>00042 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:" href="qdomelement.html">QDomElement</a>;
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:" href="qdomnodelist.html">QDomNodeList</a>;
<a name="l00044"></a>00044 
<a name="l00045"></a><a class="code" href="namespaceKIO.html">00045</a> <span class="keyword">namespace </span>KIO {
<a name="l00046"></a>00046     <span class="keyword">class </span>AuthInfo;
<a name="l00047"></a>00047 }
<a name="l00048"></a>00048 
<a name="l00049"></a><a class="code" href="classHTTPProtocol.html">00049</a> <span class="keyword">class </span><a class="code" href="classHTTPProtocol.html">HTTPProtocol</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="qt.tag:" href="qobject.html">QObject</a>, <span class="keyword">public</span> KIO::TCPSlaveBase
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051   Q_OBJECT
<a name="l00052"></a>00052 <span class="keyword">public</span>:
<a name="l00053"></a>00053   <a class="code" href="classHTTPProtocol.html#a0">HTTPProtocol</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;protocol, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;pool,
<a name="l00054"></a>00054                 <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;app );
<a name="l00055"></a>00055   <span class="keyword">virtual</span> <a class="code" href="classHTTPProtocol.html#a1">~HTTPProtocol</a>();
<a name="l00056"></a>00056 
<a name="l00058"></a><a class="code" href="classHTTPProtocol.html#w10">00058</a>   <span class="keyword">enum</span> <a class="code" href="classHTTPProtocol.html#w10">HTTP_REV</a>    {HTTP_None, HTTP_Unknown, HTTP_10, HTTP_11, SHOUTCAST};
<a name="l00059"></a>00059 
<a name="l00061"></a><a class="code" href="classHTTPProtocol.html#w11">00061</a>   <span class="keyword">enum</span> <a class="code" href="classHTTPProtocol.html#w11">HTTP_AUTH</a>   {AUTH_None, AUTH_Basic, AUTH_NTLM, AUTH_Digest, AUTH_Negotiate};
<a name="l00062"></a>00062 
<a name="l00064"></a>00064   <span class="comment">// Removed to interfaces/kio/http.h</span>
<a name="l00065"></a>00065   <span class="comment">//enum HTTP_METHOD {HTTP_GET, HTTP_PUT, HTTP_POST, HTTP_HEAD, HTTP_DELETE,</span>
<a name="l00066"></a>00066   <span class="comment">//                  HTTP_OPTIONS, DAV_PROPFIND, DAV_PROPPATCH, DAV_MKCOL,</span>
<a name="l00067"></a>00067   <span class="comment">//                  DAV_COPY, DAV_MOVE, DAV_LOCK, DAV_UNLOCK, DAV_SEARCH };</span>
<a name="l00068"></a>00068 
<a name="l00070"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html">00070</a>   <span class="keyword">struct </span><a class="code" href="structHTTPProtocol_1_1HTTPState.html">HTTPState</a>
<a name="l00071"></a>00071   {
<a name="l00072"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#a0">00072</a>     <a class="code" href="structHTTPProtocol_1_1HTTPState.html#a0">HTTPState</a> ()
<a name="l00073"></a>00073     {
<a name="l00074"></a>00074       <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o2">port</a> = 0;
<a name="l00075"></a>00075       <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o5">doProxy</a> = <span class="keyword">false</span>;
<a name="l00076"></a>00076     }
<a name="l00077"></a>00077 
<a name="l00078"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o0">00078</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o0">hostname</a>;
<a name="l00079"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o1">00079</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o1">encoded_hostname</a>;
<a name="l00080"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o2">00080</a>     <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o2">port</a>;
<a name="l00081"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o3">00081</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o3">user</a>;
<a name="l00082"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o4">00082</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o4">passwd</a>;
<a name="l00083"></a><a class="code" href="structHTTPProtocol_1_1HTTPState.html#o5">00083</a>     <span class="keywordtype">bool</span>  <a class="code" href="structHTTPProtocol_1_1HTTPState.html#o5">doProxy</a>;
<a name="l00084"></a>00084   };
<a name="l00085"></a>00085 
<a name="l00087"></a><a class="code" href="structHTTPProtocol_1_1DAVRequest.html">00087</a>   <span class="keyword">struct </span><a class="code" href="structHTTPProtocol_1_1DAVRequest.html">DAVRequest</a>
<a name="l00088"></a>00088   {
<a name="l00089"></a><a class="code" href="structHTTPProtocol_1_1DAVRequest.html#a0">00089</a>     <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#a0">DAVRequest</a> ()
<a name="l00090"></a>00090     {
<a name="l00091"></a>00091       <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o1">overwrite</a> = <span class="keyword">false</span>;
<a name="l00092"></a>00092       <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o2">depth</a> = 0;
<a name="l00093"></a>00093     }
<a name="l00094"></a>00094 
<a name="l00095"></a><a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o0">00095</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o0">desturl</a>;
<a name="l00096"></a><a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o1">00096</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o1">overwrite</a>;
<a name="l00097"></a><a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o2">00097</a>     <span class="keywordtype">int</span> <a class="code" href="structHTTPProtocol_1_1DAVRequest.html#o2">depth</a>;
<a name="l00098"></a>00098   };
<a name="l00099"></a>00099 
<a name="l00101"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html">00101</a>   <span class="keyword">struct </span><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html">HTTPRequest</a>
<a name="l00102"></a>00102   {
<a name="l00103"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#a0">00103</a>     <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#a0">HTTPRequest</a> ()
<a name="l00104"></a>00104     {
<a name="l00105"></a>00105       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o2">port</a> = 0;
<a name="l00106"></a>00106       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o7">method</a> = KIO::HTTP_UNKNOWN;
<a name="l00107"></a>00107       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o9">offset</a> = 0;
<a name="l00108"></a>00108       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o10">doProxy</a> = <span class="keyword">false</span>;
<a name="l00109"></a>00109       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o16">allowCompressedPage</a> = <span class="keyword">false</span>;
<a name="l00110"></a>00110       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o17">disablePassDlg</a> = <span class="keyword">false</span>;
<a name="l00111"></a>00111       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o21">bNoAuth</a> = <span class="keyword">false</span>;
<a name="l00112"></a>00112       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o23">bUseCache</a> = <span class="keyword">false</span>;
<a name="l00113"></a>00113       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o24">bCachedRead</a> = <span class="keyword">false</span>;
<a name="l00114"></a>00114       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o25">bCachedWrite</a> = <span class="keyword">false</span>;
<a name="l00115"></a>00115       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o26">fcache</a> = 0;
<a name="l00116"></a>00116       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o29">bMustRevalidate</a> = <span class="keyword">false</span>;
<a name="l00117"></a>00117       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o30">cacheExpireDateOffset</a> = 0;
<a name="l00118"></a>00118       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o34">bErrorPage</a> = <span class="keyword">false</span>;
<a name="l00119"></a>00119       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o35">bUseCookiejar</a> = <span class="keyword">false</span>;
<a name="l00120"></a>00120       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o31">expireDate</a> = 0;
<a name="l00121"></a>00121       <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o32">creationDate</a> = 0;
<a name="l00122"></a>00122     }
<a name="l00123"></a>00123 
<a name="l00124"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o0">00124</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o0">hostname</a>;
<a name="l00125"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o1">00125</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o1">encoded_hostname</a>;
<a name="l00126"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o2">00126</a>     <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o2">port</a>;
<a name="l00127"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o3">00127</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o3">user</a>;
<a name="l00128"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o4">00128</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o4">passwd</a>;
<a name="l00129"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o5">00129</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o5">path</a>;
<a name="l00130"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o6">00130</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o6">query</a>;
<a name="l00131"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o7">00131</a>     KIO::HTTP_METHOD <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o7">method</a>;
<a name="l00132"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o8">00132</a>     KIO::CacheControl <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o8">cache</a>;
<a name="l00133"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o9">00133</a>     KIO::filesize_t <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o9">offset</a>;
<a name="l00134"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o10">00134</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o10">doProxy</a>;
<a name="l00135"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o11">00135</a>     KURL <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o11">url</a>;
<a name="l00136"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o12">00136</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o12">window</a>;                 <span class="comment">// Window Id this request is related to.</span>
<a name="l00137"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o13">00137</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o13">referrer</a>;
<a name="l00138"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o14">00138</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o14">charsets</a>;
<a name="l00139"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o15">00139</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o15">languages</a>;
<a name="l00140"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o16">00140</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o16">allowCompressedPage</a>;
<a name="l00141"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o17">00141</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o17">disablePassDlg</a>;
<a name="l00142"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o18">00142</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o18">userAgent</a>;
<a name="l00143"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o19">00143</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o19">id</a>;
<a name="l00144"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o20">00144</a>     <a class="code" href="structHTTPProtocol_1_1DAVRequest.html">DAVRequest</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o20">davData</a>;
<a name="l00145"></a>00145 
<a name="l00146"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o21">00146</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o21">bNoAuth</a>; <span class="comment">// Do not authenticate</span>
<a name="l00147"></a>00147 
<a name="l00148"></a>00148     <span class="comment">// Cache related</span>
<a name="l00149"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o22">00149</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o22">cef</a>; <span class="comment">// Cache Entry File belonging to this URL.</span>
<a name="l00150"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o23">00150</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o23">bUseCache</a>; <span class="comment">// Whether the cache is active</span>
<a name="l00151"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o24">00151</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o24">bCachedRead</a>; <span class="comment">// Whether the file is to be read from m_fcache.</span>
<a name="l00152"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o25">00152</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o25">bCachedWrite</a>; <span class="comment">// Whether the file is to be written to m_fcache.</span>
<a name="l00153"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o26">00153</a>     FILE* <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o26">fcache</a>; <span class="comment">// File stream of a cache entry</span>
<a name="l00154"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o27">00154</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o27">etag</a>; <span class="comment">// ETag header.</span>
<a name="l00155"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o28">00155</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o28">lastModified</a>; <span class="comment">// Last modified.</span>
<a name="l00156"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o29">00156</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o29">bMustRevalidate</a>; <span class="comment">// Cache entry is expired.</span>
<a name="l00157"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o30">00157</a>     <span class="keywordtype">long</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o30">cacheExpireDateOffset</a>; <span class="comment">// Position in the cache entry where the</span>
<a name="l00158"></a>00158                                   <span class="comment">// 16 byte expire date is stored.</span>
<a name="l00159"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o31">00159</a>     time_t <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o31">expireDate</a>; <span class="comment">// Date when the cache entry will expire</span>
<a name="l00160"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o32">00160</a>     time_t <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o32">creationDate</a>; <span class="comment">// Date when the cache entry was created</span>
<a name="l00161"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o33">00161</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o33">strCharset</a>; <span class="comment">// Charset</span>
<a name="l00162"></a>00162 
<a name="l00163"></a>00163     <span class="comment">// Indicates whether an error-page or error-msg should is preferred.</span>
<a name="l00164"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o34">00164</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o34">bErrorPage</a>;
<a name="l00165"></a>00165 
<a name="l00166"></a>00166     <span class="comment">// Cookie flags</span>
<a name="l00167"></a><a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o35">00167</a>     <span class="keywordtype">bool</span> <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html#o35">bUseCookiejar</a>;
<a name="l00168"></a>00168     <span class="keyword">enum</span> { CookiesAuto, CookiesManual, CookiesNone } cookieMode;
<a name="l00169"></a>00169   };
<a name="l00170"></a>00170 
<a name="l00171"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html">00171</a>   <span class="keyword">struct </span><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html">DigestAuthInfo</a>
<a name="l00172"></a>00172   {
<a name="l00173"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o0">00173</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o0">nc</a>;
<a name="l00174"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o1">00174</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o1">qop</a>;
<a name="l00175"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o2">00175</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o2">realm</a>;
<a name="l00176"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o3">00176</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o3">nonce</a>;
<a name="l00177"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o4">00177</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o4">method</a>;
<a name="l00178"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o5">00178</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o5">cnonce</a>;
<a name="l00179"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o6">00179</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o6">username</a>;
<a name="l00180"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o7">00180</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o7">password</a>;
<a name="l00181"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o8">00181</a>     <a class="codeRef" doxygen="qt.tag:" href="qstrlist.html">QStrList</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o8">digestURI</a>;
<a name="l00182"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o9">00182</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o9">algorithm</a>;
<a name="l00183"></a><a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o10">00183</a>     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html#o10">entityBody</a>;
<a name="l00184"></a>00184   };
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 <span class="comment">//---------------------- Re-implemented methods ----------------</span>
<a name="l00187"></a>00187   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a2">setHost</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; host, <span class="keywordtype">int</span> port, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; user,
<a name="l00188"></a>00188                        <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; pass);
<a name="l00189"></a>00189 
<a name="l00190"></a>00190   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a3">slave_status</a>();
<a name="l00191"></a>00191 
<a name="l00192"></a>00192   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a4">get</a>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00193"></a>00193   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a5">put</a>( <span class="keyword">const</span> KURL&amp; url, <span class="keywordtype">int</span> permissions, <span class="keywordtype">bool</span> overwrite,
<a name="l00194"></a>00194                     <span class="keywordtype">bool</span> resume );
<a name="l00195"></a>00195 
<a name="l00196"></a>00196 <span class="comment">//----------------- Re-implemented methods for WebDAV -----------</span>
<a name="l00197"></a>00197   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a6">listDir</a>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00198"></a>00198   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a7">mkdir</a>( <span class="keyword">const</span> KURL&amp; url, <span class="keywordtype">int</span> permissions );
<a name="l00199"></a>00199 
<a name="l00200"></a>00200   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a8">rename</a>( <span class="keyword">const</span> KURL&amp; src, <span class="keyword">const</span> KURL&amp; dest, <span class="keywordtype">bool</span> overwrite );
<a name="l00201"></a>00201   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a9">copy</a>( <span class="keyword">const</span> KURL&amp; src, <span class="keyword">const</span> KURL&amp; dest, <span class="keywordtype">int</span> permissions, <span class="keywordtype">bool</span> overwrite );
<a name="l00202"></a>00202   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a10">del</a>( <span class="keyword">const</span> KURL&amp; url, <span class="keywordtype">bool</span> isfile );
<a name="l00203"></a>00203 
<a name="l00204"></a>00204   <span class="comment">// ask the host whether it supports WebDAV &amp; cache this info</span>
<a name="l00205"></a>00205   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#a11">davHostOk</a>();
<a name="l00206"></a>00206 
<a name="l00207"></a>00207   <span class="comment">// send generic DAV request</span>
<a name="l00208"></a>00208   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a12">davGeneric</a>( <span class="keyword">const</span> KURL&amp; url, KIO::HTTP_METHOD method );
<a name="l00209"></a>00209 
<a name="l00210"></a>00210   <span class="comment">// Send requests to lock and unlock resources</span>
<a name="l00211"></a>00211   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a13">davLock</a>( <span class="keyword">const</span> KURL&amp; url, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; scope,
<a name="l00212"></a>00212                 <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; type, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; owner );
<a name="l00213"></a>00213   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a14">davUnlock</a>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00214"></a>00214 
<a name="l00215"></a>00215   <span class="comment">// Calls httpClose() and finished()</span>
<a name="l00216"></a>00216   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a15">davFinished</a>();
<a name="l00217"></a>00217 
<a name="l00218"></a>00218   <span class="comment">// Handle error conditions</span>
<a name="l00219"></a>00219   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#a16">davError</a>( <span class="keywordtype">int</span> code = -1, <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> url = QString::null );
<a name="l00220"></a>00220 <span class="comment">//---------------------------- End WebDAV -----------------------</span>
<a name="l00221"></a>00221 
<a name="l00231"></a>00231   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a17">special</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> &amp;data );
<a name="l00232"></a>00232 
<a name="l00233"></a>00233   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a18">mimetype</a>( <span class="keyword">const</span> KURL&amp; url);
<a name="l00234"></a>00234 
<a name="l00235"></a>00235   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a19">stat</a>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00236"></a>00236 
<a name="l00237"></a>00237   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a20">reparseConfiguration</a>();
<a name="l00238"></a>00238 
<a name="l00239"></a>00239   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a21">closeConnection</a>(); <span class="comment">// Forced close of connection</span>
<a name="l00240"></a>00240 
<a name="l00241"></a>00241   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a22">post</a>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00242"></a>00242   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a23">multiGet</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> &amp;data);
<a name="l00243"></a>00243   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#a24">checkRequestURL</a>( <span class="keyword">const</span> KURL&amp; );
<a name="l00244"></a>00244   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a25">cacheUpdate</a>( <span class="keyword">const</span> KURL &amp;url, <span class="keywordtype">bool</span> nocache, time_t expireDate);
<a name="l00245"></a>00245 
<a name="l00246"></a>00246   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#a26">httpError</a>(); <span class="comment">// Generate error message based on response code</span>
<a name="l00247"></a>00247 
<a name="l00248"></a>00248   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#a27">isOffline</a>(<span class="keyword">const</span> KURL &amp;url); <span class="comment">// Check network status</span>
<a name="l00249"></a>00249 
<a name="l00250"></a>00250 <span class="keyword">protected</span> slots:
<a name="l00251"></a>00251   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#j0">slotData</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> &amp;);
<a name="l00252"></a>00252   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#j1">error</a>( <span class="keywordtype">int</span> _errid, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;_text );
<a name="l00253"></a>00253 
<a name="l00254"></a>00254 <span class="keyword">protected</span>:
<a name="l00255"></a>00255   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#b0">readChunked</a>();    <span class="comment">// Read a chunk</span>
<a name="l00256"></a>00256   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#b1">readLimited</a>();    <span class="comment">// Read maximum m_iSize bytes.</span>
<a name="l00257"></a>00257   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#b2">readUnlimited</a>();  <span class="comment">// Read as much as possible.</span>
<a name="l00258"></a>00258 
<a name="l00265"></a>00265   ssize_t <a class="code" href="classHTTPProtocol.html#b3">write</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *buf, size_t nbytes);
<a name="l00266"></a>00266 
<a name="l00272"></a>00272   ssize_t <a class="code" href="classHTTPProtocol.html#b4">read</a> (<span class="keywordtype">void</span> *b, size_t nbytes);
<a name="l00273"></a>00273 
<a name="l00274"></a>00274   <span class="keywordtype">char</span> *<a class="code" href="classHTTPProtocol.html#b5">gets</a> (<span class="keywordtype">char</span> *str, <span class="keywordtype">int</span> size);
<a name="l00275"></a>00275 
<a name="l00276"></a>00276   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b6">setRewindMarker</a>();
<a name="l00277"></a>00277   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b7">rewind</a>();
<a name="l00278"></a>00278 
<a name="l00284"></a>00284   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b8">addEncoding</a>(<a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>, <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> &amp;);
<a name="l00285"></a>00285 
<a name="l00286"></a>00286   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b9">configAuth</a>( <span class="keywordtype">char</span> *, <span class="keywordtype">bool</span> );
<a name="l00287"></a>00287 
<a name="l00288"></a>00288   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b10">httpOpen</a>();             <span class="comment">// Open transfer</span>
<a name="l00289"></a>00289   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b11">httpClose</a>(<span class="keywordtype">bool</span> keepAlive);  <span class="comment">// Close transfer</span>
<a name="l00290"></a>00290 
<a name="l00291"></a>00291   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b12">httpOpenConnection</a>();   <span class="comment">// Open connection</span>
<a name="l00292"></a>00292   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b13">httpCloseConnection</a>();  <span class="comment">// Close connection</span>
<a name="l00293"></a>00293   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b14">httpCheckConnection</a>();  <span class="comment">// Check whether to keep connection.</span>
<a name="l00294"></a>00294 
<a name="l00295"></a>00295   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b15">forwardHttpResponseHeader</a>();
<a name="l00296"></a>00296 
<a name="l00297"></a>00297   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b16">readHeader</a>();
<a name="l00298"></a>00298 
<a name="l00299"></a>00299   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b17">sendBody</a>();
<a name="l00300"></a>00300 
<a name="l00301"></a>00301   <span class="comment">// where dataInternal == true, the content is to be made available</span>
<a name="l00302"></a>00302   <span class="comment">// to an internal function.</span>
<a name="l00303"></a>00303   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b18">readBody</a>( <span class="keywordtype">bool</span> dataInternal = <span class="keyword">false</span> );
<a name="l00304"></a>00304 
<a name="l00308"></a>00308   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b19">davSetRequest</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a>&amp; requestXML );
<a name="l00309"></a>00309   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b20">davStatList</a>( <span class="keyword">const</span> KURL&amp; url, <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#a19">stat</a> = <span class="keyword">true</span> );
<a name="l00310"></a>00310   <span class="keywordtype">void</span> davParsePropstats( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qdomnodelist.html">QDomNodeList</a>&amp; propstats, KIO::UDSEntry&amp; entry );
<a name="l00311"></a>00311   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b22">davParseActiveLocks</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qdomnodelist.html">QDomNodeList</a>&amp; activeLocks,
<a name="l00312"></a>00312                             uint&amp; lockCount );
<a name="l00313"></a>00313 
<a name="l00317"></a>00317   <span class="keywordtype">long</span> <a class="code" href="classHTTPProtocol.html#b23">parseDateTime</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; input, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; type );
<a name="l00318"></a>00318 
<a name="l00322"></a>00322   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#b24">codeFromResponse</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; response );
<a name="l00323"></a>00323 
<a name="l00328"></a>00328   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b25">davProcessLocks</a>();
<a name="l00329"></a>00329 
<a name="l00333"></a>00333   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b26">addCookies</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;url, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;cookieHeader);
<a name="l00334"></a>00334 
<a name="l00338"></a>00338   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b27">findCookies</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;url);
<a name="l00339"></a>00339 
<a name="l00351"></a>00351   FILE *<a class="code" href="classHTTPProtocol.html#b28">checkCacheEntry</a>(<span class="keywordtype">bool</span> readWrite = <span class="keyword">false</span>);
<a name="l00352"></a>00352 
<a name="l00358"></a>00358   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b29">createCacheEntry</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="code" href="classHTTPProtocol.html#a18">mimetype</a>, time_t expireDate);
<a name="l00359"></a>00359 
<a name="l00365"></a>00365   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b30">writeCacheEntry</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> *buffer, <span class="keywordtype">int</span> nbytes);
<a name="l00366"></a>00366 
<a name="l00370"></a>00370   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b31">closeCacheEntry</a>();
<a name="l00371"></a>00371 
<a name="l00375"></a>00375   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b32">updateExpireDate</a>(time_t expireDate, <span class="keywordtype">bool</span> updateCreationDate=<span class="keyword">false</span>);
<a name="l00376"></a>00376 
<a name="l00380"></a>00380   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b33">cleanCache</a>();
<a name="l00381"></a>00381 
<a name="l00385"></a>00385   <span class="comment">// where dataInternal == true, the content is to be made available</span>
<a name="l00386"></a>00386   <span class="comment">// to an internal function.</span>
<a name="l00387"></a>00387   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b34">retrieveContent</a>( <span class="keywordtype">bool</span> dataInternal = <span class="keyword">false</span> );
<a name="l00388"></a>00388 
<a name="l00392"></a>00392   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b35">retrieveHeader</a>(<span class="keywordtype">bool</span> close_connection = <span class="keyword">true</span>);
<a name="l00393"></a>00393 
<a name="l00397"></a>00397   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b36">resetSessionSettings</a>();
<a name="l00398"></a>00398 
<a name="l00402"></a>00402   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b37">resetResponseSettings</a>();
<a name="l00403"></a>00403 
<a name="l00410"></a>00410   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b38">resetConnectionSettings</a>();
<a name="l00411"></a>00411 
<a name="l00416"></a>00416   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b39">proxyAuthenticationHeader</a>();
<a name="l00417"></a>00417 
<a name="l00421"></a>00421   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b40">getAuthorization</a>();
<a name="l00422"></a>00422 
<a name="l00426"></a>00426   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b41">saveAuthorization</a>();
<a name="l00427"></a>00427 
<a name="l00431"></a>00431   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b42">createBasicAuth</a>( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00432"></a>00432 
<a name="l00436"></a>00436   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b43">createDigestAuth</a>( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00437"></a>00437 
<a name="l00441"></a>00441   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b44">createNTLMAuth</a>( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00442"></a>00442 
<a name="l00446"></a>00446   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#b45">createNegotiateAuth</a>();
<a name="l00447"></a>00447 
<a name="l00451"></a>00451   <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="classHTTPProtocol.html#b46">gssError</a>( <span class="keywordtype">int</span> major_status, <span class="keywordtype">int</span> minor_status );
<a name="l00452"></a>00452 
<a name="l00456"></a>00456   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b47">calculateResponse</a>( <a class="code" href="structHTTPProtocol_1_1DigestAuthInfo.html">DigestAuthInfo</a> &amp;info, <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;Response );
<a name="l00457"></a>00457 
<a name="l00461"></a>00461   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#b48">retryPrompt</a>();
<a name="l00462"></a>00462 
<a name="l00466"></a>00466   <span class="keywordtype">void</span> <a class="code" href="classHTTPProtocol.html#b49">promptInfo</a>( KIO::AuthInfo&amp; info );
<a name="l00467"></a>00467 
<a name="l00468"></a>00468 <span class="keyword">protected</span>:
<a name="l00469"></a><a class="code" href="classHTTPProtocol.html#p0">00469</a>   <a class="code" href="structHTTPProtocol_1_1HTTPState.html">HTTPState</a> <a class="code" href="classHTTPProtocol.html#p0">m_state</a>;
<a name="l00470"></a><a class="code" href="classHTTPProtocol.html#p1">00470</a>   <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html">HTTPRequest</a> <a class="code" href="classHTTPProtocol.html#p1">m_request</a>;
<a name="l00471"></a><a class="code" href="classHTTPProtocol.html#p2">00471</a>   <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;HTTPRequest&gt;</a> <a class="code" href="classHTTPProtocol.html#p2">m_requestQueue</a>;
<a name="l00472"></a>00472 
<a name="l00473"></a><a class="code" href="classHTTPProtocol.html#p3">00473</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p3">m_bBusy</a>; <span class="comment">// Busy handling request queue.</span>
<a name="l00474"></a><a class="code" href="classHTTPProtocol.html#p4">00474</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p4">m_bEOF</a>;
<a name="l00475"></a><a class="code" href="classHTTPProtocol.html#p5">00475</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p5">m_bEOD</a>;
<a name="l00476"></a>00476 
<a name="l00477"></a>00477 <span class="comment">//--- Settings related to a single response only</span>
<a name="l00478"></a><a class="code" href="classHTTPProtocol.html#p6">00478</a>   <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="classHTTPProtocol.html#p6">m_responseHeader</a>; <span class="comment">// All headers</span>
<a name="l00479"></a><a class="code" href="classHTTPProtocol.html#p7">00479</a>   KURL <a class="code" href="classHTTPProtocol.html#p7">m_redirectLocation</a>;
<a name="l00480"></a><a class="code" href="classHTTPProtocol.html#p8">00480</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p8">m_bRedirect</a>; <span class="comment">// Indicates current request is a redirection</span>
<a name="l00481"></a>00481 
<a name="l00482"></a>00482   <span class="comment">// Processing related</span>
<a name="l00483"></a><a class="code" href="classHTTPProtocol.html#p9">00483</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p9">m_bChunked</a>; <span class="comment">// Chunked tranfer encoding</span>
<a name="l00484"></a><a class="code" href="classHTTPProtocol.html#p10">00484</a>   KIO::filesize_t <a class="code" href="classHTTPProtocol.html#p10">m_iSize</a>; <span class="comment">// Expected size of message</span>
<a name="l00485"></a><a class="code" href="classHTTPProtocol.html#p11">00485</a>   KIO::filesize_t <a class="code" href="classHTTPProtocol.html#p11">m_iBytesLeft</a>; <span class="comment">// # of bytes left to receive in this message.</span>
<a name="l00486"></a><a class="code" href="classHTTPProtocol.html#p12">00486</a>   KIO::filesize_t <a class="code" href="classHTTPProtocol.html#p12">m_iContentLeft</a>; <span class="comment">// # of content bytes left</span>
<a name="l00487"></a><a class="code" href="classHTTPProtocol.html#p13">00487</a>   <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> <a class="code" href="classHTTPProtocol.html#p13">m_bufReceive</a>; <span class="comment">// Receive buffer</span>
<a name="l00488"></a><a class="code" href="classHTTPProtocol.html#p14">00488</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p14">m_dataInternal</a>; <span class="comment">// Data is for internal consumption</span>
<a name="l00489"></a><a class="code" href="classHTTPProtocol.html#p15">00489</a>   <span class="keywordtype">char</span> <a class="code" href="classHTTPProtocol.html#p15">m_lineBuf</a>[1024];
<a name="l00490"></a><a class="code" href="classHTTPProtocol.html#p16">00490</a>   <span class="keywordtype">char</span> <a class="code" href="classHTTPProtocol.html#p16">m_rewindBuf</a>[4096];
<a name="l00491"></a><a class="code" href="classHTTPProtocol.html#p17">00491</a>   size_t <a class="code" href="classHTTPProtocol.html#p17">m_rewindCount</a>;
<a name="l00492"></a><a class="code" href="classHTTPProtocol.html#p18">00492</a>   <span class="keywordtype">char</span> *<a class="code" href="classHTTPProtocol.html#p18">m_linePtr</a>;
<a name="l00493"></a><a class="code" href="classHTTPProtocol.html#p19">00493</a>   size_t <a class="code" href="classHTTPProtocol.html#p19">m_lineCount</a>;
<a name="l00494"></a><a class="code" href="classHTTPProtocol.html#p20">00494</a>   <span class="keywordtype">char</span> *<a class="code" href="classHTTPProtocol.html#p20">m_lineBufUnget</a>;
<a name="l00495"></a><a class="code" href="classHTTPProtocol.html#p21">00495</a>   <span class="keywordtype">char</span> *<a class="code" href="classHTTPProtocol.html#p21">m_linePtrUnget</a>;
<a name="l00496"></a><a class="code" href="classHTTPProtocol.html#p22">00496</a>   size_t <a class="code" href="classHTTPProtocol.html#p22">m_lineCountUnget</a>;
<a name="l00497"></a>00497 
<a name="l00498"></a>00498   <span class="comment">// Mimetype determination</span>
<a name="l00499"></a><a class="code" href="classHTTPProtocol.html#p23">00499</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p23">m_cpMimeBuffer</a>;
<a name="l00500"></a><a class="code" href="classHTTPProtocol.html#p24">00500</a>   <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> <a class="code" href="classHTTPProtocol.html#p24">m_mimeTypeBuffer</a>;
<a name="l00501"></a>00501 
<a name="l00502"></a>00502   <span class="comment">// Language/Encoding related</span>
<a name="l00503"></a><a class="code" href="classHTTPProtocol.html#p25">00503</a>   <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="classHTTPProtocol.html#p25">m_qTransferEncodings</a>;
<a name="l00504"></a><a class="code" href="classHTTPProtocol.html#p26">00504</a>   <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="classHTTPProtocol.html#p26">m_qContentEncodings</a>;
<a name="l00505"></a><a class="code" href="classHTTPProtocol.html#p27">00505</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p27">m_sContentMD5</a>;
<a name="l00506"></a><a class="code" href="classHTTPProtocol.html#p28">00506</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p28">m_strMimeType</a>;
<a name="l00507"></a>00507 
<a name="l00508"></a>00508 
<a name="l00509"></a>00509 <span class="comment">//--- WebDAV</span>
<a name="l00510"></a>00510   <span class="comment">// Data structure to hold data which will be passed to an internal func.</span>
<a name="l00511"></a><a class="code" href="classHTTPProtocol.html#p29">00511</a>   <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> <a class="code" href="classHTTPProtocol.html#p29">m_bufWebDavData</a>;
<a name="l00512"></a><a class="code" href="classHTTPProtocol.html#p30">00512</a>   <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="classHTTPProtocol.html#p30">m_davCapabilities</a>;
<a name="l00513"></a>00513 
<a name="l00514"></a><a class="code" href="classHTTPProtocol.html#p31">00514</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p31">m_davHostOk</a>;
<a name="l00515"></a><a class="code" href="classHTTPProtocol.html#p32">00515</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p32">m_davHostUnsupported</a>;
<a name="l00516"></a>00516 <span class="comment">//----------</span>
<a name="l00517"></a>00517 
<a name="l00518"></a>00518   <span class="comment">// Holds the POST data so it won't get lost on if we</span>
<a name="l00519"></a>00519   <span class="comment">// happend to get a 401/407 response when submitting,</span>
<a name="l00520"></a>00520   <span class="comment">// a form.</span>
<a name="l00521"></a><a class="code" href="classHTTPProtocol.html#p33">00521</a>   <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> <a class="code" href="classHTTPProtocol.html#p33">m_bufPOST</a>;
<a name="l00522"></a>00522 
<a name="l00523"></a>00523   <span class="comment">// Cache related</span>
<a name="l00524"></a><a class="code" href="classHTTPProtocol.html#p34">00524</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p34">m_maxCacheAge</a>; <span class="comment">// Maximum age of a cache entry.</span>
<a name="l00525"></a><a class="code" href="classHTTPProtocol.html#p35">00525</a>   <span class="keywordtype">long</span> <a class="code" href="classHTTPProtocol.html#p35">m_maxCacheSize</a>; <span class="comment">// Maximum cache size in Kb.</span>
<a name="l00526"></a><a class="code" href="classHTTPProtocol.html#p36">00526</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p36">m_strCacheDir</a>; <span class="comment">// Location of the cache.</span>
<a name="l00527"></a>00527 
<a name="l00528"></a>00528 
<a name="l00529"></a>00529 
<a name="l00530"></a>00530 <span class="comment">//--- Proxy related members</span>
<a name="l00531"></a><a class="code" href="classHTTPProtocol.html#p37">00531</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p37">m_bUseProxy</a>;
<a name="l00532"></a><a class="code" href="classHTTPProtocol.html#p38">00532</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p38">m_bNeedTunnel</a>; <span class="comment">// Whether we need to make a SSL tunnel</span>
<a name="l00533"></a><a class="code" href="classHTTPProtocol.html#p39">00533</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p39">m_bIsTunneled</a>; <span class="comment">// Whether we have an active SSL tunnel</span>
<a name="l00534"></a><a class="code" href="classHTTPProtocol.html#p40">00534</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p40">m_bProxyAuthValid</a>;
<a name="l00535"></a><a class="code" href="classHTTPProtocol.html#p41">00535</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p41">m_iProxyPort</a>;
<a name="l00536"></a><a class="code" href="classHTTPProtocol.html#p42">00536</a>   KURL <a class="code" href="classHTTPProtocol.html#p42">m_proxyURL</a>;
<a name="l00537"></a><a class="code" href="classHTTPProtocol.html#p43">00537</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p43">m_strProxyRealm</a>;
<a name="l00538"></a>00538 
<a name="l00539"></a>00539   <span class="comment">// Operation mode</span>
<a name="l00540"></a><a class="code" href="classHTTPProtocol.html#p44">00540</a>   <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> <a class="code" href="classHTTPProtocol.html#p44">m_protocol</a>;
<a name="l00541"></a>00541 
<a name="l00542"></a>00542   <span class="comment">// Authentication</span>
<a name="l00543"></a><a class="code" href="classHTTPProtocol.html#p45">00543</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p45">m_strRealm</a>;
<a name="l00544"></a><a class="code" href="classHTTPProtocol.html#p46">00544</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p46">m_strAuthorization</a>;
<a name="l00545"></a><a class="code" href="classHTTPProtocol.html#p47">00545</a>   <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classHTTPProtocol.html#p47">m_strProxyAuthorization</a>;
<a name="l00546"></a><a class="code" href="classHTTPProtocol.html#p48">00546</a>   <a class="code" href="classHTTPProtocol.html#w11">HTTP_AUTH</a> <a class="code" href="classHTTPProtocol.html#p48">Authentication</a>;
<a name="l00547"></a><a class="code" href="classHTTPProtocol.html#p49">00547</a>   <a class="code" href="classHTTPProtocol.html#w11">HTTP_AUTH</a> <a class="code" href="classHTTPProtocol.html#p49">ProxyAuthentication</a>;
<a name="l00548"></a><a class="code" href="classHTTPProtocol.html#p50">00548</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p50">m_bUnauthorized</a>;
<a name="l00549"></a><a class="code" href="classHTTPProtocol.html#p51">00549</a>   <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p51">m_iProxyAuthCount</a>;
<a name="l00550"></a><a class="code" href="classHTTPProtocol.html#p52">00550</a>   <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p52">m_iWWWAuthCount</a>;
<a name="l00551"></a>00551 
<a name="l00552"></a>00552   <span class="comment">// First request on a connection</span>
<a name="l00553"></a><a class="code" href="classHTTPProtocol.html#p53">00553</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p53">m_bFirstRequest</a>;
<a name="l00554"></a>00554 
<a name="l00555"></a>00555   <span class="comment">// Persistent connections</span>
<a name="l00556"></a><a class="code" href="classHTTPProtocol.html#p54">00556</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p54">m_bKeepAlive</a>;
<a name="l00557"></a><a class="code" href="classHTTPProtocol.html#p55">00557</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p55">m_keepAliveTimeout</a>; <span class="comment">// Timeout in seconds.</span>
<a name="l00558"></a>00558 
<a name="l00559"></a>00559   <span class="comment">// Persistent proxy connections</span>
<a name="l00560"></a><a class="code" href="classHTTPProtocol.html#p56">00560</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p56">m_bPersistentProxyConnection</a>;
<a name="l00561"></a>00561 
<a name="l00562"></a>00562 
<a name="l00563"></a>00563   <span class="comment">// Indicates whether there was some connection error.</span>
<a name="l00564"></a><a class="code" href="classHTTPProtocol.html#p57">00564</a>   <span class="keywordtype">bool</span> <a class="code" href="classHTTPProtocol.html#p57">m_bError</a>;
<a name="l00565"></a>00565 
<a name="l00566"></a>00566   <span class="comment">// Previous and current response codes</span>
<a name="l00567"></a><a class="code" href="classHTTPProtocol.html#p58">00567</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p58">m_responseCode</a>;
<a name="l00568"></a><a class="code" href="classHTTPProtocol.html#p59">00568</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p59">m_prevResponseCode</a>;
<a name="l00569"></a>00569 
<a name="l00570"></a>00570   <span class="comment">// Values that determine the remote connection timeouts.</span>
<a name="l00571"></a><a class="code" href="classHTTPProtocol.html#p60">00571</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p60">m_proxyConnTimeout</a>;
<a name="l00572"></a><a class="code" href="classHTTPProtocol.html#p61">00572</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p61">m_remoteConnTimeout</a>;
<a name="l00573"></a><a class="code" href="classHTTPProtocol.html#p62">00573</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p62">m_remoteRespTimeout</a>;
<a name="l00574"></a>00574 
<a name="l00575"></a><a class="code" href="classHTTPProtocol.html#p63">00575</a>   <span class="keywordtype">int</span> <a class="code" href="classHTTPProtocol.html#p63">m_pid</a>;
<a name="l00576"></a>00576 };
<a name="l00577"></a>00577 <span class="preprocessor">#endif</span>
</pre></div>    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kioslave/http</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="dirs.html">Directories</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classHTTPProtocol.html">httpprotocol</option>,  <option value="classKCookieDetail.html">kcookiedetail</option>,  <option value="classKCookieJar.html">kcookiejar</option>,  <option value="classKCookieServer.html">kcookieserver</option>,  <option value="classKCookieWin.html">kcookiewin</option>,  <option value="classKHttpCookie.html">khttpcookie</option>,  <option value="classKHttpCookieList.html">khttpcookielist</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../arts/html/index.html">arts</a></li><li><a href="../../../dcop/html/index.html">dcop</a></li><li><a href="../../../dnssd/html/index.html">dnssd</a></li><li><a href="../../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../../kabc/html/index.html">kabc</a></li><li><a href="../../../kate/html/index.html">kate</a></li><li><a href="../../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../../kdecore/html/index.html">kdecore</a></li><li><a href="../../../kded/html/index.html">kded</a></li><li><a href="../../../kdefx/html/index.html">kdefx</a></li><li><a href="../../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../../kdesu/html/index.html">kdesu</a></li><li><a href="../../../kdeui/html/index.html">kdeui</a></li><li><a href="../../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../../khtml/html/index.html">khtml</a></li><li><a href="../../../kimgio/html/index.html">kimgio</a></li><li><a href="../../../kinit/html/index.html">kinit</a></li><li><a href="../../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../../kioslave/http/html/index.html">http</a></li><li><a href="../../../kjs/html/index.html">kjs</a></li><li><a href="../../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../../kparts/html/index.html">kparts</a></li><li><a href="../../../kresources/html/index.html">kresources</a></li><li><a href="../../../kspell2/html/index.html">kspell2</a></li><li><a href="../../../kunittest/html/index.html">kunittest</a></li><li><a href="../../../kutils/html/index.html">kutils</a></li><li><a href="../../../kwallet/html/index.html">kwallet</a></li><li><a href="../../../libkmid/html/index.html">libkmid</a></li><li><a href="../../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>