Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f9eb832ba1e4b88d9a5c2b384813bb4 > files > 5835

kdelibs3-apidocs-3.5.10-31.fc15.noarch.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.7.4 -->
<div class="header">
  <div class="headertitle">
<div class="title">http.h</div>  </div>
</div>
<div class="contents">
<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 &quot;kio/tcpslavebase.h&quot;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &quot;kio/http.h&quot;</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" href="qdomelement.html">QDomElement</a>;
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="codeRef" href="qdomnodelist.html">QDomNodeList</a>;
<a name="l00044"></a>00044 
<a name="l00045"></a>00045 <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>00049 <span class="keyword">class </span>HTTPProtocol : <span class="keyword">public</span> <a class="codeRef" 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   HTTPProtocol( <span class="keyword">const</span> <a class="codeRef" href="qcstring.html">QCString</a> &amp;protocol, <span class="keyword">const</span> <a class="codeRef" href="qcstring.html">QCString</a> &amp;pool,
<a name="l00054"></a>00054                 <span class="keyword">const</span> <a class="codeRef" href="qcstring.html">QCString</a> &amp;app );
<a name="l00055"></a>00055   <span class="keyword">virtual</span> ~HTTPProtocol();
<a name="l00056"></a>00056 
<a name="l00058"></a>00058   <span class="keyword">enum</span> HTTP_REV    {HTTP_None, HTTP_Unknown, HTTP_10, HTTP_11, SHOUTCAST};
<a name="l00059"></a>00059 
<a name="l00061"></a>00061   <span class="keyword">enum</span> HTTP_AUTH   {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" title="HTTP / DAV method.">HTTPState</a>
<a name="l00071"></a>00071   {
<a name="l00072"></a>00072     <a class="code" href="structHTTPProtocol_1_1HTTPState.html" title="HTTP / DAV method.">HTTPState</a> ()
<a name="l00073"></a>00073     {
<a name="l00074"></a>00074       port = 0;
<a name="l00075"></a>00075       doProxy = <span class="keyword">false</span>;
<a name="l00076"></a>00076     }
<a name="l00077"></a>00077 
<a name="l00078"></a>00078     <a class="codeRef" href="qstring.html">QString</a> hostname;
<a name="l00079"></a>00079     <a class="codeRef" href="qstring.html">QString</a> encoded_hostname;
<a name="l00080"></a>00080     <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> port;
<a name="l00081"></a>00081     <a class="codeRef" href="qstring.html">QString</a> user;
<a name="l00082"></a>00082     <a class="codeRef" href="qstring.html">QString</a> passwd;
<a name="l00083"></a>00083     <span class="keywordtype">bool</span>  doProxy;
<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" title="DAV-specific request elements for the current connection.">DAVRequest</a>
<a name="l00088"></a>00088   {
<a name="l00089"></a>00089     <a class="code" href="structHTTPProtocol_1_1DAVRequest.html" title="DAV-specific request elements for the current connection.">DAVRequest</a> ()
<a name="l00090"></a>00090     {
<a name="l00091"></a>00091       overwrite = <span class="keyword">false</span>;
<a name="l00092"></a>00092       depth = 0;
<a name="l00093"></a>00093     }
<a name="l00094"></a>00094 
<a name="l00095"></a>00095     <a class="codeRef" href="qstring.html">QString</a> desturl;
<a name="l00096"></a>00096     <span class="keywordtype">bool</span> overwrite;
<a name="l00097"></a>00097     <span class="keywordtype">int</span> depth;
<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" title="The request for the current connection.">HTTPRequest</a>
<a name="l00102"></a>00102   {
<a name="l00103"></a>00103     <a class="code" href="structHTTPProtocol_1_1HTTPRequest.html" title="The request for the current connection.">HTTPRequest</a> ()
<a name="l00104"></a>00104     {
<a name="l00105"></a>00105       port = 0;
<a name="l00106"></a>00106       method = KIO::HTTP_UNKNOWN;
<a name="l00107"></a>00107       offset = 0;
<a name="l00108"></a>00108       doProxy = <span class="keyword">false</span>;
<a name="l00109"></a>00109       allowCompressedPage = <span class="keyword">false</span>;
<a name="l00110"></a>00110       disablePassDlg = <span class="keyword">false</span>;
<a name="l00111"></a>00111       bNoAuth = <span class="keyword">false</span>;
<a name="l00112"></a>00112       bUseCache = <span class="keyword">false</span>;
<a name="l00113"></a>00113       bCachedRead = <span class="keyword">false</span>;
<a name="l00114"></a>00114       bCachedWrite = <span class="keyword">false</span>;
<a name="l00115"></a>00115       fcache = 0;
<a name="l00116"></a>00116       bMustRevalidate = <span class="keyword">false</span>;
<a name="l00117"></a>00117       cacheExpireDateOffset = 0;
<a name="l00118"></a>00118       bErrorPage = <span class="keyword">false</span>;
<a name="l00119"></a>00119       bUseCookiejar = <span class="keyword">false</span>;
<a name="l00120"></a>00120       expireDate = 0;
<a name="l00121"></a>00121       creationDate = 0;
<a name="l00122"></a>00122     }
<a name="l00123"></a>00123 
<a name="l00124"></a>00124     <a class="codeRef" href="qstring.html">QString</a> hostname;
<a name="l00125"></a>00125     <a class="codeRef" href="qstring.html">QString</a> encoded_hostname;
<a name="l00126"></a>00126     <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> port;
<a name="l00127"></a>00127     <a class="codeRef" href="qstring.html">QString</a> user;
<a name="l00128"></a>00128     <a class="codeRef" href="qstring.html">QString</a> passwd;
<a name="l00129"></a>00129     <a class="codeRef" href="qstring.html">QString</a> path;
<a name="l00130"></a>00130     <a class="codeRef" href="qstring.html">QString</a> query;
<a name="l00131"></a>00131     KIO::HTTP_METHOD method;
<a name="l00132"></a>00132     KIO::CacheControl cache;
<a name="l00133"></a>00133     KIO::filesize_t offset;
<a name="l00134"></a>00134     <span class="keywordtype">bool</span> doProxy;
<a name="l00135"></a>00135     KURL url;
<a name="l00136"></a>00136     <a class="codeRef" href="qstring.html">QString</a> window;                 <span class="comment">// Window Id this request is related to.</span>
<a name="l00137"></a>00137     <a class="codeRef" href="qstring.html">QString</a> referrer;
<a name="l00138"></a>00138     <a class="codeRef" href="qstring.html">QString</a> charsets;
<a name="l00139"></a>00139     <a class="codeRef" href="qstring.html">QString</a> languages;
<a name="l00140"></a>00140     <span class="keywordtype">bool</span> allowCompressedPage;
<a name="l00141"></a>00141     <span class="keywordtype">bool</span> disablePassDlg;
<a name="l00142"></a>00142     <a class="codeRef" href="qstring.html">QString</a> userAgent;
<a name="l00143"></a>00143     <a class="codeRef" href="qstring.html">QString</a> id;
<a name="l00144"></a>00144     <a class="code" href="structHTTPProtocol_1_1DAVRequest.html" title="DAV-specific request elements for the current connection.">DAVRequest</a> davData;
<a name="l00145"></a>00145 
<a name="l00146"></a>00146     <span class="keywordtype">bool</span> bNoAuth; <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>00149     <a class="codeRef" href="qstring.html">QString</a> cef; <span class="comment">// Cache Entry File belonging to this URL.</span>
<a name="l00150"></a>00150     <span class="keywordtype">bool</span> bUseCache; <span class="comment">// Whether the cache is active</span>
<a name="l00151"></a>00151     <span class="keywordtype">bool</span> bCachedRead; <span class="comment">// Whether the file is to be read from m_fcache.</span>
<a name="l00152"></a>00152     <span class="keywordtype">bool</span> bCachedWrite; <span class="comment">// Whether the file is to be written to m_fcache.</span>
<a name="l00153"></a>00153     FILE* fcache; <span class="comment">// File stream of a cache entry</span>
<a name="l00154"></a>00154     <a class="codeRef" href="qstring.html">QString</a> etag; <span class="comment">// ETag header.</span>
<a name="l00155"></a>00155     <a class="codeRef" href="qstring.html">QString</a> lastModified; <span class="comment">// Last modified.</span>
<a name="l00156"></a>00156     <span class="keywordtype">bool</span> bMustRevalidate; <span class="comment">// Cache entry is expired.</span>
<a name="l00157"></a>00157     <span class="keywordtype">long</span> cacheExpireDateOffset; <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>00159     time_t expireDate; <span class="comment">// Date when the cache entry will expire</span>
<a name="l00160"></a>00160     time_t creationDate; <span class="comment">// Date when the cache entry was created</span>
<a name="l00161"></a>00161     <a class="codeRef" href="qstring.html">QString</a> strCharset; <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>00164     <span class="keywordtype">bool</span> bErrorPage;
<a name="l00165"></a>00165 
<a name="l00166"></a>00166     <span class="comment">// Cookie flags</span>
<a name="l00167"></a>00167     <span class="keywordtype">bool</span> bUseCookiejar;
<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>00171   <span class="keyword">struct </span>DigestAuthInfo
<a name="l00172"></a>00172   {
<a name="l00173"></a>00173     <a class="codeRef" href="qcstring.html">QCString</a> nc;
<a name="l00174"></a>00174     <a class="codeRef" href="qcstring.html">QCString</a> qop;
<a name="l00175"></a>00175     <a class="codeRef" href="qcstring.html">QCString</a> realm;
<a name="l00176"></a>00176     <a class="codeRef" href="qcstring.html">QCString</a> nonce;
<a name="l00177"></a>00177     <a class="codeRef" href="qcstring.html">QCString</a> method;
<a name="l00178"></a>00178     <a class="codeRef" href="qcstring.html">QCString</a> cnonce;
<a name="l00179"></a>00179     <a class="codeRef" href="qcstring.html">QCString</a> username;
<a name="l00180"></a>00180     <a class="codeRef" href="qcstring.html">QCString</a> password;
<a name="l00181"></a>00181     <a class="codeRef" href="qstrlist.html">QStrList</a> digestURI;
<a name="l00182"></a>00182     <a class="codeRef" href="qcstring.html">QCString</a> algorithm;
<a name="l00183"></a>00183     <a class="codeRef" href="qcstring.html">QCString</a> entityBody;
<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> setHost(<span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; host, <span class="keywordtype">int</span> port, <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; user,
<a name="l00188"></a>00188                        <span class="keyword">const</span> <a class="codeRef" 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> slave_status();
<a name="l00191"></a>00191 
<a name="l00192"></a>00192   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <span class="keyword">get</span>( <span class="keyword">const</span> KURL&amp; url );
<a name="l00193"></a>00193   <span class="keyword">virtual</span> <span class="keywordtype">void</span> put( <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> listDir( <span class="keyword">const</span> KURL&amp; url );
<a name="l00198"></a>00198   <span class="keyword">virtual</span> <span class="keywordtype">void</span> mkdir( <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> rename( <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> copy( <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> del( <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> davHostOk();
<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> davGeneric( <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> davLock( <span class="keyword">const</span> KURL&amp; url, <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; scope,
<a name="l00212"></a>00212                 <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; type, <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; owner );
<a name="l00213"></a>00213   <span class="keywordtype">void</span> davUnlock( <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> davFinished();
<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" href="qstring.html">QString</a> davError( <span class="keywordtype">int</span> code = -1, <a class="codeRef" 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> special( <span class="keyword">const</span> <a class="codeRef" 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> mimetype( <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> stat( <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> reparseConfiguration();
<a name="l00238"></a>00238 
<a name="l00239"></a>00239   <span class="keyword">virtual</span> <span class="keywordtype">void</span> closeConnection(); <span class="comment">// Forced close of connection</span>
<a name="l00240"></a>00240 
<a name="l00241"></a>00241   <span class="keywordtype">void</span> post( <span class="keyword">const</span> KURL&amp; url );
<a name="l00242"></a>00242   <span class="keywordtype">void</span> multiGet(<span class="keyword">const</span> <a class="codeRef" href="qbytearray.html">QByteArray</a> &amp;data);
<a name="l00243"></a>00243   <span class="keywordtype">bool</span> checkRequestURL( <span class="keyword">const</span> KURL&amp; );
<a name="l00244"></a>00244   <span class="keywordtype">void</span> cacheUpdate( <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> httpError(); <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> isOffline(<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> slotData(<span class="keyword">const</span> <a class="codeRef" href="qbytearray.html">QByteArray</a> &amp;);
<a name="l00252"></a>00252   <span class="keywordtype">void</span> error( <span class="keywordtype">int</span> _errid, <span class="keyword">const</span> <a class="codeRef" 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> readChunked();    <span class="comment">// Read a chunk</span>
<a name="l00256"></a>00256   <span class="keywordtype">int</span> readLimited();    <span class="comment">// Read maximum m_iSize bytes.</span>
<a name="l00257"></a>00257   <span class="keywordtype">int</span> readUnlimited();  <span class="comment">// Read as much as possible.</span>
<a name="l00258"></a>00258 
<a name="l00265"></a>00265   ssize_t write(<span class="keyword">const</span> <span class="keywordtype">void</span> *buf, <span class="keywordtype">size_t</span> nbytes);
<a name="l00266"></a>00266 
<a name="l00272"></a>00272   ssize_t read (<span class="keywordtype">void</span> *b, <span class="keywordtype">size_t</span> nbytes);
<a name="l00273"></a>00273 
<a name="l00274"></a>00274   <span class="keywordtype">char</span> *gets (<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> setRewindMarker();
<a name="l00277"></a>00277   <span class="keywordtype">void</span> rewind();
<a name="l00278"></a>00278 
<a name="l00284"></a>00284   <span class="keywordtype">void</span> addEncoding(<a class="codeRef" href="qstring.html">QString</a>, <a class="codeRef" href="qstringlist.html">QStringList</a> &amp;);
<a name="l00285"></a>00285 
<a name="l00286"></a>00286   <span class="keywordtype">void</span> configAuth( <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> httpOpen();             <span class="comment">// Open transfer</span>
<a name="l00289"></a>00289   <span class="keywordtype">void</span> httpClose(<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> httpOpenConnection();   <span class="comment">// Open connection</span>
<a name="l00292"></a>00292   <span class="keywordtype">void</span> httpCloseConnection();  <span class="comment">// Close connection</span>
<a name="l00293"></a>00293   <span class="keywordtype">void</span> httpCheckConnection();  <span class="comment">// Check whether to keep connection.</span>
<a name="l00294"></a>00294 
<a name="l00295"></a>00295   <span class="keywordtype">void</span> forwardHttpResponseHeader();
<a name="l00296"></a>00296 
<a name="l00297"></a>00297   <span class="keywordtype">bool</span> readHeader();
<a name="l00298"></a>00298 
<a name="l00299"></a>00299   <span class="keywordtype">bool</span> sendBody();
<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> readBody( <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> davSetRequest( <span class="keyword">const</span> <a class="codeRef" href="qcstring.html">QCString</a>&amp; requestXML );
<a name="l00309"></a>00309   <span class="keywordtype">void</span> davStatList( <span class="keyword">const</span> KURL&amp; url, <span class="keywordtype">bool</span> stat = <span class="keyword">true</span> );
<a name="l00310"></a>00310   <span class="keywordtype">void</span> davParsePropstats( <span class="keyword">const</span> <a class="codeRef" href="qdomnodelist.html">QDomNodeList</a>&amp; propstats, KIO::UDSEntry&amp; entry );
<a name="l00311"></a>00311   <span class="keywordtype">void</span> davParseActiveLocks( <span class="keyword">const</span> <a class="codeRef" 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> parseDateTime( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; input, <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; type );
<a name="l00318"></a>00318 
<a name="l00322"></a>00322   <span class="keywordtype">int</span> codeFromResponse( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; response );
<a name="l00323"></a>00323 
<a name="l00328"></a>00328   <a class="codeRef" href="qstring.html">QString</a> davProcessLocks();
<a name="l00329"></a>00329 
<a name="l00333"></a>00333   <span class="keywordtype">void</span> addCookies( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a> &amp;url, <span class="keyword">const</span> <a class="codeRef" href="qcstring.html">QCString</a> &amp;cookieHeader);
<a name="l00334"></a>00334 
<a name="l00338"></a>00338   <a class="codeRef" href="qstring.html">QString</a> findCookies( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a> &amp;url);
<a name="l00339"></a>00339 
<a name="l00351"></a>00351   FILE *checkCacheEntry(<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> createCacheEntry(<span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a> &amp;mimetype, time_t expireDate);
<a name="l00359"></a>00359 
<a name="l00365"></a>00365   <span class="keywordtype">void</span> writeCacheEntry( <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> closeCacheEntry();
<a name="l00371"></a>00371 
<a name="l00375"></a>00375   <span class="keywordtype">void</span> updateExpireDate(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> cleanCache();
<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> retrieveContent( <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> retrieveHeader(<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> resetSessionSettings();
<a name="l00398"></a>00398 
<a name="l00402"></a>00402   <span class="keywordtype">void</span> resetResponseSettings();
<a name="l00403"></a>00403 
<a name="l00410"></a>00410   <span class="keywordtype">void</span> resetConnectionSettings();
<a name="l00411"></a>00411 
<a name="l00416"></a>00416   <a class="codeRef" href="qstring.html">QString</a> proxyAuthenticationHeader();
<a name="l00417"></a>00417 
<a name="l00421"></a>00421   <span class="keywordtype">bool</span> getAuthorization();
<a name="l00422"></a>00422 
<a name="l00426"></a>00426   <span class="keywordtype">void</span> saveAuthorization();
<a name="l00427"></a>00427 
<a name="l00431"></a>00431   <a class="codeRef" href="qstring.html">QString</a> createBasicAuth( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00432"></a>00432 
<a name="l00436"></a>00436   <a class="codeRef" href="qstring.html">QString</a> createDigestAuth( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00437"></a>00437 
<a name="l00441"></a>00441   <a class="codeRef" href="qstring.html">QString</a> createNTLMAuth( <span class="keywordtype">bool</span> isForProxy = <span class="keyword">false</span> );
<a name="l00442"></a>00442 
<a name="l00446"></a>00446   <a class="codeRef" href="qstring.html">QString</a> createNegotiateAuth();
<a name="l00447"></a>00447 
<a name="l00451"></a>00451   <a class="codeRef" href="qcstring.html">QCString</a> gssError( <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> calculateResponse( DigestAuthInfo &amp;info, <a class="codeRef" href="qcstring.html">QCString</a> &amp;Response );
<a name="l00457"></a>00457 
<a name="l00461"></a>00461   <span class="keywordtype">bool</span> retryPrompt();
<a name="l00462"></a>00462 
<a name="l00466"></a>00466   <span class="keywordtype">void</span> promptInfo( KIO::AuthInfo&amp; info );
<a name="l00467"></a>00467 
<a name="l00468"></a>00468 <span class="keyword">protected</span>:
<a name="l00469"></a>00469   HTTPState m_state;
<a name="l00470"></a>00470   HTTPRequest m_request;
<a name="l00471"></a>00471   <a class="codeRef" href="qptrlist.html">QPtrList&lt;HTTPRequest&gt;</a> m_requestQueue;
<a name="l00472"></a>00472 
<a name="l00473"></a>00473   <span class="keywordtype">bool</span> m_bBusy; <span class="comment">// Busy handling request queue.</span>
<a name="l00474"></a>00474   <span class="keywordtype">bool</span> m_bEOF;
<a name="l00475"></a>00475   <span class="keywordtype">bool</span> m_bEOD;
<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>00478   <a class="codeRef" href="qstringlist.html">QStringList</a> m_responseHeader; <span class="comment">// All headers</span>
<a name="l00479"></a>00479   KURL m_redirectLocation;
<a name="l00480"></a>00480   <span class="keywordtype">bool</span> m_bRedirect; <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>00483   <span class="keywordtype">bool</span> m_bChunked; <span class="comment">// Chunked tranfer encoding</span>
<a name="l00484"></a>00484   KIO::filesize_t m_iSize; <span class="comment">// Expected size of message</span>
<a name="l00485"></a>00485   KIO::filesize_t m_iBytesLeft; <span class="comment">// # of bytes left to receive in this message.</span>
<a name="l00486"></a>00486   KIO::filesize_t m_iContentLeft; <span class="comment">// # of content bytes left</span>
<a name="l00487"></a>00487   <a class="codeRef" href="qbytearray.html">QByteArray</a> m_bufReceive; <span class="comment">// Receive buffer</span>
<a name="l00488"></a>00488   <span class="keywordtype">bool</span> m_dataInternal; <span class="comment">// Data is for internal consumption</span>
<a name="l00489"></a>00489   <span class="keywordtype">char</span> m_lineBuf[1024];
<a name="l00490"></a>00490   <span class="keywordtype">char</span> m_rewindBuf[8192];
<a name="l00491"></a>00491   <span class="keywordtype">size_t</span> m_rewindCount;
<a name="l00492"></a>00492   <span class="keywordtype">char</span> *m_linePtr;
<a name="l00493"></a>00493   <span class="keywordtype">size_t</span> m_lineCount;
<a name="l00494"></a>00494   <span class="keywordtype">char</span> *m_lineBufUnget;
<a name="l00495"></a>00495   <span class="keywordtype">char</span> *m_linePtrUnget;
<a name="l00496"></a>00496   <span class="keywordtype">size_t</span> m_lineCountUnget;
<a name="l00497"></a>00497 
<a name="l00498"></a>00498   <span class="comment">// Mimetype determination</span>
<a name="l00499"></a>00499   <span class="keywordtype">bool</span> m_cpMimeBuffer;
<a name="l00500"></a>00500   <a class="codeRef" href="qbytearray.html">QByteArray</a> m_mimeTypeBuffer;
<a name="l00501"></a>00501 
<a name="l00502"></a>00502   <span class="comment">// Language/Encoding related</span>
<a name="l00503"></a>00503   <a class="codeRef" href="qstringlist.html">QStringList</a> m_qTransferEncodings;
<a name="l00504"></a>00504   <a class="codeRef" href="qstringlist.html">QStringList</a> m_qContentEncodings;
<a name="l00505"></a>00505   <a class="codeRef" href="qstring.html">QString</a> m_sContentMD5;
<a name="l00506"></a>00506   <a class="codeRef" href="qstring.html">QString</a> m_strMimeType;
<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>00511   <a class="codeRef" href="qbytearray.html">QByteArray</a> m_bufWebDavData;
<a name="l00512"></a>00512   <a class="codeRef" href="qstringlist.html">QStringList</a> m_davCapabilities;
<a name="l00513"></a>00513 
<a name="l00514"></a>00514   <span class="keywordtype">bool</span> m_davHostOk;
<a name="l00515"></a>00515   <span class="keywordtype">bool</span> m_davHostUnsupported;
<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&#39;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>00521   <a class="codeRef" href="qbytearray.html">QByteArray</a> m_bufPOST;
<a name="l00522"></a>00522 
<a name="l00523"></a>00523   <span class="comment">// Cache related</span>
<a name="l00524"></a>00524   <span class="keywordtype">int</span> m_maxCacheAge; <span class="comment">// Maximum age of a cache entry.</span>
<a name="l00525"></a>00525   <span class="keywordtype">long</span> m_maxCacheSize; <span class="comment">// Maximum cache size in Kb.</span>
<a name="l00526"></a>00526   <a class="codeRef" href="qstring.html">QString</a> m_strCacheDir; <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>00531   <span class="keywordtype">bool</span> m_bUseProxy;
<a name="l00532"></a>00532   <span class="keywordtype">bool</span> m_bNeedTunnel; <span class="comment">// Whether we need to make a SSL tunnel</span>
<a name="l00533"></a>00533   <span class="keywordtype">bool</span> m_bIsTunneled; <span class="comment">// Whether we have an active SSL tunnel</span>
<a name="l00534"></a>00534   <span class="keywordtype">bool</span> m_bProxyAuthValid;
<a name="l00535"></a>00535   <span class="keywordtype">int</span> m_iProxyPort;
<a name="l00536"></a>00536   KURL m_proxyURL;
<a name="l00537"></a>00537   <a class="codeRef" href="qstring.html">QString</a> m_strProxyRealm;
<a name="l00538"></a>00538 
<a name="l00539"></a>00539   <span class="comment">// Operation mode</span>
<a name="l00540"></a>00540   <a class="codeRef" href="qcstring.html">QCString</a> m_protocol;
<a name="l00541"></a>00541 
<a name="l00542"></a>00542   <span class="comment">// Authentication</span>
<a name="l00543"></a>00543   <a class="codeRef" href="qstring.html">QString</a> m_strRealm;
<a name="l00544"></a>00544   <a class="codeRef" href="qstring.html">QString</a> m_strAuthorization;
<a name="l00545"></a>00545   <a class="codeRef" href="qstring.html">QString</a> m_strProxyAuthorization;
<a name="l00546"></a>00546   HTTP_AUTH Authentication;
<a name="l00547"></a>00547   HTTP_AUTH ProxyAuthentication;
<a name="l00548"></a>00548   <span class="keywordtype">bool</span> m_bUnauthorized;
<a name="l00549"></a>00549   <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_iProxyAuthCount;
<a name="l00550"></a>00550   <span class="keywordtype">short</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_iWWWAuthCount;
<a name="l00551"></a>00551 
<a name="l00552"></a>00552   <span class="comment">// First request on a connection</span>
<a name="l00553"></a>00553   <span class="keywordtype">bool</span> m_bFirstRequest;
<a name="l00554"></a>00554 
<a name="l00555"></a>00555   <span class="comment">// Persistent connections</span>
<a name="l00556"></a>00556   <span class="keywordtype">bool</span> m_bKeepAlive;
<a name="l00557"></a>00557   <span class="keywordtype">int</span> m_keepAliveTimeout; <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>00560   <span class="keywordtype">bool</span> m_bPersistentProxyConnection;
<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>00564   <span class="keywordtype">bool</span> m_bError;
<a name="l00565"></a>00565 
<a name="l00566"></a>00566   <span class="comment">// Previous and current response codes</span>
<a name="l00567"></a>00567   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_responseCode;
<a name="l00568"></a>00568   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_prevResponseCode;
<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>00571   <span class="keywordtype">int</span> m_proxyConnTimeout;
<a name="l00572"></a>00572   <span class="keywordtype">int</span> m_remoteConnTimeout;
<a name="l00573"></a>00573   <span class="keywordtype">int</span> m_remoteRespTimeout;
<a name="l00574"></a>00574 
<a name="l00575"></a>00575   <span class="keywordtype">int</span> m_pid;
<a name="l00576"></a>00576 };
<a name="l00577"></a>00577 <span class="preprocessor">#endif</span>
</pre></div></div>
</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="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</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>

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