~ubuntu-branches/ubuntu/quantal/evolution-data-server/quantal

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/CamelHttpStream.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 22:41:23 UTC
  • mfrom: (1.1.100)
  • Revision ID: package-import@ubuntu.com-20120703224123-90dydkyfyvff8s0s
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Drop libgconf2-dev from Build-Depends.
  - Bump versions for glib, goa, and libsoup in Build-Depends.
  - Add a Build-Depends on libgcr-3-dev (>= 3.4)
  - Rename packages following upstream SONAME changes.
  - Add Depends on libgnome-keyring-dev to libedataserver1.2-dev.
* debian/rules:
  - Update mkshlibs arguments for libcamel-1.2-38 instead of -33; as it was
    renamed in control due to the soname change.
  - Strip out -Bsymbolic-functions from LDFLAGS.
* Renamed install files in debian/:
  - libcamel-1.2-33.install => libcamel-1.2-38.install
  - libebackend-1.2-2.install => libebackend-1.2-4.install
  - libebook-1.2-13.install => libebook-1.2-17.install
  - libecal-1.2-11.install => libecal-1.2-15.install
  - libedata-book-1.2-13.install => libedata-book-1.2-15.install
  - libedata-cal-1.2-15.install => libedata-cal-1.2-18.install
  - libedataserver-1.2-16.install => libedataserver-1.2-17.install
  - libedataserverui-3.0-1.install => libedataserverui-3.0-4.install
* debian/patches/google_tests_fpic.patch: build tests with -fPIC; otherwise
  build fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>CamelHttpStream</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="Camel Reference Manual">
8
 
<link rel="up" href="Streams.html" title="Streams">
9
 
<link rel="prev" href="CamelStreamVFS.html" title="CamelStreamVFS">
10
 
<link rel="next" href="CamelTcpStream.html" title="CamelTcpStream">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="CamelStreamVFS.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="Streams.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">Camel Reference Manual</th>
21
 
<td><a accesskey="n" href="CamelTcpStream.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#CamelHttpStream.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#CamelHttpStream.description" class="shortcut">Description</a>
27
 
                   | 
28
 
                  <a href="#CamelHttpStream.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
 
                   | 
30
 
                  <a href="#CamelHttpStream.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
 
</td></tr>
32
 
</table>
33
 
<div class="refentry">
34
 
<a name="CamelHttpStream"></a><div class="titlepage"></div>
35
 
<div class="refnamediv"><table width="100%"><tr>
36
 
<td valign="top">
37
 
<h2><span class="refentrytitle"><a name="CamelHttpStream.top_of_page"></a>CamelHttpStream</span></h2>
38
 
<p>CamelHttpStream</p>
39
 
</td>
40
 
<td valign="top" align="right"></td>
41
 
</tr></table></div>
42
 
<div class="refsynopsisdiv">
43
 
<a name="CamelHttpStream.synopsis"></a><h2>Synopsis</h2>
44
 
<pre class="synopsis">struct              <a class="link" href="CamelHttpStream.html#CamelHttpStream-struct" title="struct CamelHttpStream">CamelHttpStream</a>;
45
 
enum                <a class="link" href="CamelHttpStream.html#CamelHttpMethod" title="enum CamelHttpMethod">CamelHttpMethod</a>;
46
 
<a class="link" href="CamelStream.html" title="CamelStream"><span class="returnvalue">CamelStream</span></a> *       <a class="link" href="CamelHttpStream.html#camel-http-stream-new" title="camel_http_stream_new ()">camel_http_stream_new</a>               (<em class="parameter"><code><a class="link" href="CamelHttpStream.html#CamelHttpMethod" title="enum CamelHttpMethod"><span class="type">CamelHttpMethod</span></a> method</code></em>,
47
 
                                                         <em class="parameter"><code><span class="type">struct _CamelSession</span> *session</code></em>,
48
 
                                                         <em class="parameter"><code><a class="link" href="camel-camel-url.html#CamelURL" title="struct CamelURL"><span class="type">CamelURL</span></a> *url</code></em>);
49
 
<span class="returnvalue">void</span>                <a class="link" href="CamelHttpStream.html#camel-http-stream-set-user-agent" title="camel_http_stream_set_user_agent ()">camel_http_stream_set_user_agent</a>    (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
50
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *user_agent</code></em>);
51
 
<span class="returnvalue">void</span>                <a class="link" href="CamelHttpStream.html#camel-http-stream-set-proxy-authrealm" title="camel_http_stream_set_proxy_authrealm ()">camel_http_stream_set_proxy_authrealm</a>
52
 
                                                        (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
53
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *proxy_authrealm</code></em>);
54
 
<span class="returnvalue">void</span>                <a class="link" href="CamelHttpStream.html#camel-http-stream-set-proxy-authpass" title="camel_http_stream_set_proxy_authpass ()">camel_http_stream_set_proxy_authpass</a>
55
 
                                                        (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
56
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *proxy_authpass</code></em>);
57
 
<a class="link" href="camel-camel-mime-utils.html#CamelContentType" title="CamelContentType"><span class="returnvalue">CamelContentType</span></a> *  <a class="link" href="CamelHttpStream.html#camel-http-stream-get-content-type" title="camel_http_stream_get_content_type ()">camel_http_stream_get_content_type</a>  (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>);
58
 
</pre>
59
 
</div>
60
 
<div class="refsect1">
61
 
<a name="CamelHttpStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
62
 
<pre class="synopsis">
63
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
64
 
   +----<a class="link" href="CamelObject.html" title="CamelObject">CamelObject</a>
65
 
         +----<a class="link" href="CamelStream.html" title="CamelStream">CamelStream</a>
66
 
               +----CamelHttpStream
67
 
</pre>
68
 
</div>
69
 
<div class="refsect1">
70
 
<a name="CamelHttpStream.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
 
<p>
72
 
CamelHttpStream implements
73
 
 <a href="http://library.gnome.org/devel/gio/unstable/GSeekable.html">GSeekable</a>.</p>
74
 
</div>
75
 
<div class="refsect1">
76
 
<a name="CamelHttpStream.description"></a><h2>Description</h2>
77
 
</div>
78
 
<div class="refsect1">
79
 
<a name="CamelHttpStream.details"></a><h2>Details</h2>
80
 
<div class="refsect2">
81
 
<a name="CamelHttpStream-struct"></a><h3>struct CamelHttpStream</h3>
82
 
<pre class="programlisting">struct CamelHttpStream;</pre>
83
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
84
 
<h3 class="title">Warning</h3>
85
 
<p><code class="literal">CamelHttpStream</code> is deprecated and should not be used in newly-written code.</p>
86
 
</div>
87
 
</div>
88
 
<hr>
89
 
<div class="refsect2">
90
 
<a name="CamelHttpMethod"></a><h3>enum CamelHttpMethod</h3>
91
 
<pre class="programlisting">typedef enum {
92
 
        /*CAMEL_HTTP_METHOD_OPTIONS,*/
93
 
        CAMEL_HTTP_METHOD_GET,
94
 
        CAMEL_HTTP_METHOD_HEAD
95
 
        /*CAMEL_HTTP_METHOD_POST,*/
96
 
        /*CAMEL_HTTP_METHOD_PUT,*/
97
 
        /*CAMEL_HTTP_METHOD_DELETE,*/
98
 
        /*CAMEL_HTTP_METHOD_TRACE,*/
99
 
        /*CAMEL_HTTP_METHOD_CONNECT*/
100
 
} CamelHttpMethod;
101
 
</pre>
102
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
103
 
<h3 class="title">Warning</h3>
104
 
<p><code class="literal">CamelHttpMethod</code> is deprecated and should not be used in newly-written code.</p>
105
 
</div>
106
 
</div>
107
 
<hr>
108
 
<div class="refsect2">
109
 
<a name="camel-http-stream-new"></a><h3>camel_http_stream_new ()</h3>
110
 
<pre class="programlisting"><a class="link" href="CamelStream.html" title="CamelStream"><span class="returnvalue">CamelStream</span></a> *       camel_http_stream_new               (<em class="parameter"><code><a class="link" href="CamelHttpStream.html#CamelHttpMethod" title="enum CamelHttpMethod"><span class="type">CamelHttpMethod</span></a> method</code></em>,
111
 
                                                         <em class="parameter"><code><span class="type">struct _CamelSession</span> *session</code></em>,
112
 
                                                         <em class="parameter"><code><a class="link" href="camel-camel-url.html#CamelURL" title="struct CamelURL"><span class="type">CamelURL</span></a> *url</code></em>);</pre>
113
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
114
 
<h3 class="title">Warning</h3>
115
 
<p><code class="literal">camel_http_stream_new</code> is deprecated and should not be used in newly-written code.</p>
116
 
</div>
117
 
<div class="variablelist"><table border="0">
118
 
<col align="left" valign="top">
119
 
<tbody>
120
 
<tr>
121
 
<td><p><span class="term"><em class="parameter"><code>method</code></em> :</span></p></td>
122
 
<td>HTTP method</td>
123
 
</tr>
124
 
<tr>
125
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
126
 
<td>active session</td>
127
 
</tr>
128
 
<tr>
129
 
<td><p><span class="term"><em class="parameter"><code>url</code></em> :</span></p></td>
130
 
<td>URL to act upon</td>
131
 
</tr>
132
 
<tr>
133
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
134
 
<td>a http stream</td>
135
 
</tr>
136
 
</tbody>
137
 
</table></div>
138
 
</div>
139
 
<hr>
140
 
<div class="refsect2">
141
 
<a name="camel-http-stream-set-user-agent"></a><h3>camel_http_stream_set_user_agent ()</h3>
142
 
<pre class="programlisting"><span class="returnvalue">void</span>                camel_http_stream_set_user_agent    (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
143
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *user_agent</code></em>);</pre>
144
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
145
 
<h3 class="title">Warning</h3>
146
 
<p><code class="literal">camel_http_stream_set_user_agent</code> is deprecated and should not be used in newly-written code.</p>
147
 
</div>
148
 
</div>
149
 
<hr>
150
 
<div class="refsect2">
151
 
<a name="camel-http-stream-set-proxy-authrealm"></a><h3>camel_http_stream_set_proxy_authrealm ()</h3>
152
 
<pre class="programlisting"><span class="returnvalue">void</span>                camel_http_stream_set_proxy_authrealm
153
 
                                                        (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
154
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *proxy_authrealm</code></em>);</pre>
155
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
156
 
<h3 class="title">Warning</h3>
157
 
<p><code class="literal">camel_http_stream_set_proxy_authrealm</code> is deprecated and should not be used in newly-written code.</p>
158
 
</div>
159
 
</div>
160
 
<hr>
161
 
<div class="refsect2">
162
 
<a name="camel-http-stream-set-proxy-authpass"></a><h3>camel_http_stream_set_proxy_authpass ()</h3>
163
 
<pre class="programlisting"><span class="returnvalue">void</span>                camel_http_stream_set_proxy_authpass
164
 
                                                        (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>,
165
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *proxy_authpass</code></em>);</pre>
166
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
167
 
<h3 class="title">Warning</h3>
168
 
<p><code class="literal">camel_http_stream_set_proxy_authpass</code> is deprecated and should not be used in newly-written code.</p>
169
 
</div>
170
 
</div>
171
 
<hr>
172
 
<div class="refsect2">
173
 
<a name="camel-http-stream-get-content-type"></a><h3>camel_http_stream_get_content_type ()</h3>
174
 
<pre class="programlisting"><a class="link" href="camel-camel-mime-utils.html#CamelContentType" title="CamelContentType"><span class="returnvalue">CamelContentType</span></a> *  camel_http_stream_get_content_type  (<em class="parameter"><code><a class="link" href="CamelHttpStream.html" title="CamelHttpStream"><span class="type">CamelHttpStream</span></a> *http_stream</code></em>);</pre>
175
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
176
 
<h3 class="title">Warning</h3>
177
 
<p><code class="literal">camel_http_stream_get_content_type</code> is deprecated and should not be used in newly-written code.</p>
178
 
</div>
179
 
</div>
180
 
</div>
181
 
</div>
182
 
<div class="footer">
183
 
<hr>
184
 
          Generated by GTK-Doc V1.18</div>
185
 
</body>
186
 
</html>
 
 
b'\\ No newline at end of file'