Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 8e6051afcdb111a0317a58fb64c2abf5 > files > 3396

qt4-doc-4.6.3-0.2mdv2010.2.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- q3http.cpp -->
<head>
  <title>Qt 4.6: Q3HttpResponseHeader Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="//apple_ref/cpp/cl//Q3HttpResponseHeader"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">Q3HttpResponseHeader Class Reference<br /><span class="small-subtitle">[<a href="qt3support.html">Qt3Support</a> module]</span>
</h1>
<p>The Q3HttpResponseHeader class contains response header information for HTTP. <a href="#details">More...</a></p>
<pre> #include &lt;Q3HttpResponseHeader&gt;</pre><p><b>This class is part of the Qt 3 support library.</b> It is provided to keep old source code working. We strongly advise against using it in new code. See <a href="porting4.html">Porting to Qt 4</a> for more information.</p>
<p><b>This class is not part of the Qt GUI Framework Edition.</b></p>
<p>Inherits <a href="q3httpheader.html">Q3HttpHeader</a>.</p>
<ul>
<li><a href="q3httpresponseheader-members.html">List of all members, including inherited members</a></li>
</ul>
<hr />
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#Q3HttpResponseHeader">Q3HttpResponseHeader</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#Q3HttpResponseHeader-4">Q3HttpResponseHeader</a></b> ( const Q3HttpResponseHeader &amp; <i>header</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#reasonPhrase">reasonPhrase</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#statusCode">statusCode</a></b> () const</td></tr>
</table>
<hr />
<a name="reimplemented-public-functions"></a>
<h2>Reimplemented Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top">virtual int </td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#majorVersion">majorVersion</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual int </td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#minorVersion">minorVersion</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QString </td><td class="memItemRight" valign="bottom"><b><a href="q3httpresponseheader.html#toString">toString</a></b> () const</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>16 public functions inherited from <a href="q3httpheader.html#public-functions">Q3HttpHeader</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The Q3HttpResponseHeader class contains response header information for HTTP.</p>
<p>This class is used by the <a href="q3http.html">Q3Http</a> class to report the header information that the client received from the server.</p>
<p>HTTP responses have a status code that indicates the status of the response. This code is a 3-digit integer result code (for details see to RFC 1945). In addition to the status code, you can also specify a human-readable text that describes the reason for the code (&quot;reason phrase&quot;). This class allows you to get the status code and the reason phrase.</p>
<p>See also <a href="q3httprequestheader.html">Q3HttpRequestHeader</a> and <a href="q3http.html">Q3Http</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/Q3HttpResponseHeader"></a>
<h3 class="fn"><a name="Q3HttpResponseHeader"></a>Q3HttpResponseHeader::Q3HttpResponseHeader ()</h3>
<p>Constructs an empty HTTP response header.</p>
<h3 class="fn"><a name="Q3HttpResponseHeader-4"></a>Q3HttpResponseHeader::Q3HttpResponseHeader ( const Q3HttpResponseHeader &amp; <i>header</i> )</h3>
<p>Constructs a copy of <i>header</i>.</p>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/majorVersion"></a>
<h3 class="fn"><a name="majorVersion"></a>int Q3HttpResponseHeader::majorVersion () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Reimplemented from <a href="q3httpheader.html#majorVersion">Q3HttpHeader::majorVersion</a>().</p>
<p>Returns the major protocol-version of the HTTP response header.</p>
<p>See also <a href="q3httpresponseheader.html#minorVersion">minorVersion</a>(), <a href="q3httpresponseheader.html#statusCode">statusCode</a>(), and <a href="q3httpresponseheader.html#reasonPhrase">reasonPhrase</a>().</p>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/minorVersion"></a>
<h3 class="fn"><a name="minorVersion"></a>int Q3HttpResponseHeader::minorVersion () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Reimplemented from <a href="q3httpheader.html#minorVersion">Q3HttpHeader::minorVersion</a>().</p>
<p>Returns the minor protocol-version of the HTTP response header.</p>
<p>See also <a href="q3httpresponseheader.html#majorVersion">majorVersion</a>(), <a href="q3httpresponseheader.html#statusCode">statusCode</a>(), and <a href="q3httpresponseheader.html#reasonPhrase">reasonPhrase</a>().</p>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/reasonPhrase"></a>
<h3 class="fn"><a name="reasonPhrase"></a><a href="qstring.html">QString</a> Q3HttpResponseHeader::reasonPhrase () const</h3>
<p>Returns the reason phrase of the HTTP response header.</p>
<p>See also <a href="q3httpresponseheader.html#statusCode">statusCode</a>(), <a href="q3httpresponseheader.html#majorVersion">majorVersion</a>(), and <a href="q3httpresponseheader.html#minorVersion">minorVersion</a>().</p>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/statusCode"></a>
<h3 class="fn"><a name="statusCode"></a>int Q3HttpResponseHeader::statusCode () const</h3>
<p>Returns the status code of the HTTP response header.</p>
<p>See also <a href="q3httpresponseheader.html#reasonPhrase">reasonPhrase</a>(), <a href="q3httpresponseheader.html#majorVersion">majorVersion</a>(), and <a href="q3httpresponseheader.html#minorVersion">minorVersion</a>().</p>
<a name="//apple_ref/cpp/instm/Q3HttpResponseHeader/toString"></a>
<h3 class="fn"><a name="toString"></a><a href="qstring.html">QString</a> Q3HttpResponseHeader::toString () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Reimplemented from <a href="q3httpheader.html#toString">Q3HttpHeader::toString</a>().</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="40%" align="right"><div align="right">Qt 4.6.3</div></td>
</tr></table></div></address></body>
</html>