Author: buildbot
Date: Thu Apr 12 02:18:24 2012
New Revision: 812457
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/http4.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/http4.html
==============================================================================
--- websites/production/camel/content/http4.html (original)
+++ websites/production/camel/content/http4.html Thu Apr 12 02:18:24 2012
@@ -106,12 +106,12 @@ http4:hostname[:port][/resourceUri][?opt
<p>You can append query options to the URI in the following format,
<tt>?option=value&option=value&...</tt></p>
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>camel-http4 vs camel-jetty</b><br clear="none">You can only
produce to endpoints generated by the HTTP4 component. Therefore it should
never be used as input into your camel Routes. To bind/expose an HTTP endpoint
via a HTTP server as input to a camel route, you can use the <a shape="rect"
href="jetty.html" title="Jetty">Jetty Component</a></td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>camel-http4 vs camel-jetty</b><br clear="none">You can produce
only to endpoints generated by the HTTP4 component. Therefore it should never
be used as input into your Camel Routes. To bind/expose an HTTP endpoint via a
HTTP server as input to a Camel route, use the <a shape="rect"
href="jetty.html" title="Jetty">Jetty Component</a>
instead.</td></tr></table></div>
<h3><a shape="rect" name="HTTP4-HttpEndpointOptions"></a>HttpEndpoint
Options</h3>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>x509HostnameVerifier</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>BrowserCompatHostnameVerifier</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> You
can refer to a different <tt>org.apache.http.conn.ssl.X509HostnameVerifier</tt>
instance in the <a shape="rect" href="registry.html"
title="Registry">Registry</a> such as
<tt>org.apache.http.conn.ssl.StrictHostnameVerifier</tt> or
<tt>org.apache.http.conn.ssl.AllowAllHostnameVerifier</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td
colspan="1" rowspan="1" c
lass="confluenceTd"> Option to disable throwing the
<tt>HttpOperationFailedException</tt> in case of failed responses from the
remote server. This allows you to get all responses regardless of the HTTP
status code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>bridgeEndpoint</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If the
option is true , HttpProducer will ignore the Exchange.HTTP_URI header, and use
the endpoint's URI for request. You may also set the
<b>throwExcpetionOnFailure</b> to be false to let the HttpProducer send all the
fault response back. If the option is true, HttpProducer and CamelServlet will
skip the gzip processing if the content-encoding is "gzip". </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>disableStreamCache</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="
confluenceTd"> DefaultHttpBinding will copy the request input stream into a
stream cache and put it into message body if this option is false to support
read it twice, otherwise DefaultHttpBinding will set the request input stream
direct into the message body. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>httpBindingRef</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Reference to a
<tt>org.apache.camel.component.http.HttpBinding</tt> in the <a shape="rect"
href="registry.html" title="Registry">Registry</a>. Prefer to use the
<tt>httpBinding</tt> option. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>httpBinding</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> To use a custom
<tt>org.apache.camel.component.http.HttpBinding</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class
="confluenceTd"> <tt>httpClientConfigurerRef</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Reference to a
<tt>org.apache.camel.component.http.HttpClientConfigurer</tt> in the <a
shape="rect" href="registry.html" title="Registry">Registry</a>. Prefer to use
the <tt>httpClientConfigurer</tt> option. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>httpContext</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.9.2:</b> To use a custom
<tt>org.apache.http.protocol.HttpContext</tt> when executing requests.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpContextRef</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.9.2:</b> Reference to a custom <tt>org.apache.http.protocol.HttpCont
ext</tt> in the <a shape="rect" href="registry.html"
title="Registry">Registry</a>. Prefer to use the <tt>httpContext</tt> option.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpClientConfigurer</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Reference to a
<tt>org.apache.camel.component.http.HttpClientConfigurer</tt> in the <a
shape="rect" href="registry.html" title="Registry">Registry</a>.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpClient.XXX</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Setting
options on the <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/BasicHttpParams.html">BasicHttpParams</a>.
For instance <tt>httpClient.soTimeout=5000</tt> will set the
<tt>SO_TIMEOUT</tt> t
o 5 seconds. Look on the setter methods of the following parameter beans for a
complete reference: <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/auth/params/AuthParamBean.html">AuthParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/params/ClientParamBean.html">ClientParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/conn/params/ConnConnectionParamBean.html">ConnConnectionParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/conn/params/ConnRouteParamBean.html">ConnRouteParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/cookie/params/CookieSpecP
aramBean.html">CookieSpecParamBean</a>, <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/HttpConnectionParamBean.html">HttpConnectionParamBean</a>
and <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/HttpProtocolParamBean.html">HttpProtocolParamBean</a>
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>clientConnectionManager</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> To use a custom
<tt>org.apache.http.conn.ClientConnectionManager</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>transferException</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> If enabled and an <a shape="rect"
href="exchange.html" title="Exchang
e">Exchange</a> failed processing on the consumer side, and if the caused
<tt>Exception</tt> was send back serialized in the response as a
<tt>application/x-java-serialized-object</tt> content type (for example using
<a shape="rect" href="jetty.html" title="Jetty">Jetty</a> or <a shape="rect"
href="servlet.html" title="SERVLET">SERVLET</a> Camel components). On the
producer side the exception will be deserialized and thrown as is, instead of
the <tt>HttpOperationFailedException</tt>. The caused exception is required to
be serialized. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>maxTotalConnections</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>200</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The maximum number of connections. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>connectionsPerRoute</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>20</tt> </td><td
colspan="1" rowspan="1" class
="confluenceTd"> The maximum number of connections per route.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>sslContextParametersRef</tt><br clear="none" class="atl-forced-newline">
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt><br
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> Reference to a
<tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect"
href="registry.html" title="Registry">Registry</a>.  This reference
overrides any configured SSLContextParameters at the component level.  See
<a shape="rect" href="#HTTP4-UsingtheJSSEConfigurationUtility">Using the JSSE
Configuration Utility</a>.<br clear="none" class="atl-forced-newline">
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>x509HostnameVerifier</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>BrowserCompatHostnameVerifier</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> You
can refer to a different <tt>org.apache.http.conn.ssl.X509HostnameVerifier</tt>
instance in the <a shape="rect" href="registry.html"
title="Registry">Registry</a> such as
<tt>org.apache.http.conn.ssl.StrictHostnameVerifier</tt> or
<tt>org.apache.http.conn.ssl.AllowAllHostnameVerifier</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td
colspan="1" rowspan="1" c
lass="confluenceTd"> Option to disable throwing the
<tt>HttpOperationFailedException</tt> in case of failed responses from the
remote server. This allows you to get all responses regardless of the HTTP
status code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>bridgeEndpoint</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If true,
HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's
URI for request. You may also set the <b>throwExcpetionOnFailure</b> to be
false to let the HttpProducer send all fault responses back. Also if set to
true HttpProducer and CamelServlet will skip the gzip processing if the
content-encoding is "gzip". </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>disableStreamCache</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Defaul
tHttpBinding will copy the request input stream into a stream cache and put it
into the message body if this option is false to support multiple reads,
otherwise DefaultHttpBinding will set the request input stream directly in the
message body. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpBindingRef</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Reference
to a <tt>org.apache.camel.component.http.HttpBinding</tt> in the <a
shape="rect" href="registry.html" title="Registry">Registry</a>. Recommended to
use the <tt>httpBinding</tt> option instead. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>httpBinding</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> To use a custom
<tt>org.apache.camel.component.http.HttpBinding</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class="c
onfluenceTd"> <tt>httpClientConfigurerRef</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Reference to a
<tt>org.apache.camel.component.http.HttpClientConfigurer</tt> in the <a
shape="rect" href="registry.html" title="Registry">Registry</a>. Recommended to
use the <tt>httpClientConfigurer</tt> option instead. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>httpContext</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.2:</b> To use a
custom <tt>org.apache.http.protocol.HttpContext</tt> when executing requests.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpContextRef</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.9.2:</b> Reference to a custom <tt>org.apache.http.protoco
l.HttpContext</tt> in the <a shape="rect" href="registry.html"
title="Registry">Registry</a>. Recommended to use the <tt>httpContext</tt>
option instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpClientConfigurer</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Reference to a
<tt>org.apache.camel.component.http.HttpClientConfigurer</tt> in the <a
shape="rect" href="registry.html" title="Registry">Registry</a>.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>httpClient.XXX</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Setting
options on the <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/BasicHttpParams.html">BasicHttpParams</a>.
For instance <tt>httpClient.soTimeout=5000</tt> will set th
e <tt>SO_TIMEOUT</tt> to 5 seconds. Look on the setter methods of the
following parameter beans for a complete reference: <a shape="rect"
class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/auth/params/AuthParamBean.html">AuthParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/params/ClientParamBean.html">ClientParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/conn/params/ConnConnectionParamBean.html">ConnConnectionParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/conn/params/ConnRouteParamBean.html">ConnRouteParamBean</a>,
<a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/co
okie/params/CookieSpecParamBean.html">CookieSpecParamBean</a>, <a shape="rect"
class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/HttpConnectionParamBean.html">HttpConnectionParamBean</a>
and <a shape="rect" class="external-link"
href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/params/HttpProtocolParamBean.html">HttpProtocolParamBean</a>
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>clientConnectionManager</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> To use a custom
<tt>org.apache.http.conn.ClientConnectionManager</tt>. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>transferException</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> If enabled and an <a shape="rect"
href="exchan
ge.html" title="Exchange">Exchange</a> failed processing on the consumer side,
and if the caused <tt>Exception</tt> was send back serialized in the response
as a <tt>application/x-java-serialized-object</tt> content type (for example
using <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> or <a
shape="rect" href="servlet.html" title="SERVLET">SERVLET</a> Camel components).
On the producer side the exception will be deserialized and thrown as is,
instead of the <tt>HttpOperationFailedException</tt>. The caused exception is
required to be serialized. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>maxTotalConnections</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>200</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The maximum number of connections. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>connectionsPerRoute</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>20</tt> </td><td
colspa
n="1" rowspan="1" class="confluenceTd"> The maximum number of connections per
route. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>sslContextParametersRef</tt><br clear="none" class="atl-forced-newline">
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt><br
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> Reference to a
<tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect"
href="registry.html" title="Registry">Registry</a>.  This reference
overrides any configured SSLContextParameters at the component level.  See
<a shape="rect" href="#HTTP4-UsingtheJSSEConfigurationUtility">Using the JSSE
Configuration Utility</a>.<br clear="none" class="atl-forced-newline">
</td></tr></tbody></table>
</div>
</div>
@@ -164,7 +164,7 @@ There is a sample below demonstrating th
<h3><a shape="rect" name="HTTP4-CallingusingGETorPOST"></a>Calling using GET
or POST</h3>
-<p>The following algorithm is used to determine if either <tt>GET</tt> or
<tt>POST</tt> HTTP method should be used:<br clear="none">
+<p>The following algorithm is used to determine whether the <tt>GET</tt> or
<tt>POST</tt> HTTP method should be used:<br clear="none">
1. Use method provided in header.<br clear="none">
2. <tt>GET</tt> if query string is provided in header.<br clear="none">
3. <tt>GET</tt> if endpoint is configured with a query string.<br clear="none">
@@ -235,7 +235,7 @@ from(<span class="code-quote">"direct:st
<h3><a shape="rect"
name="HTTP4-Howtosetthehttpmethod%28GET%2FPOST%2FPUT%2FDELETE%2FHEAD%2FOPTIONS%2FTRACE%29totheHTTPproducer"></a>How
to set the http method (GET/POST/PUT/DELETE/HEAD/OPTIONS/TRACE) to the HTTP
producer</h3>
-<p>The HTTP4 component provides a way to set the HTTP request method by
setting the message header. Here is an example;</p>
+<p>The HTTP4 component provides a way to set the HTTP request method by
setting the message header. Here is an example:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
@@ -269,7 +269,7 @@ from(<span class="code-quote">"direct:st
</pre>
</div></div>
-<h3><a shape="rect" name="HTTP4-UsingclienttineoutSOTIMEOUT"></a>Using client
tineout - SO_TIMEOUT</h3>
+<h3><a shape="rect" name="HTTP4-UsingclienttimeoutSOTIMEOUT"></a>Using client
timeout - SO_TIMEOUT</h3>
<p>See the <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpSOTimeoutTest.java">HttpSOTimeoutTest</a>
unit test.</p>
@@ -289,7 +289,7 @@ from(<span class="code-quote">"direct:st
<h4><a shape="rect" name="HTTP4-UsingproxysettingsoutsideofURI"></a>Using
proxy settings outside of URI</h4>
-<p>To avoid the System properties conflicts, you can only set the proxy
configure from CameContext or URI.<br clear="none">
+<p>To avoid System properties conflicts, you can set proxy configuration only
from the CamelContext or URI.<br clear="none">
Java DSL :</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
@@ -324,7 +324,7 @@ exchange.setProperty(Exchange.CHARSET_NA
<h4><a shape="rect" name="HTTP4-Samplewithscheduledpoll"></a>Sample with
scheduled poll</h4>
-<p>The sample polls the Google homepage every 10 seconds and write the page to
the file <tt>message.html</tt>:</p>
+<p>This sample polls the Google homepage every 10 seconds and write the page
to the file <tt>message.html</tt>:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
from(<span class="code-quote">"timer:<span
class="code-comment">//foo?fixedRate=<span
class="code-keyword">true</span>&delay=0&period=10000"</span>)