You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/11/20 10:18:03 UTC

svn commit: r838913 - in /websites/production/camel/content: ahc.html cache/main.pageCache

Author: buildbot
Date: Tue Nov 20 09:18:03 2012
New Revision: 838913

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/ahc.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/ahc.html
==============================================================================
--- websites/production/camel/content/ahc.html (original)
+++ websites/production/camel/content/ahc.html Tue Nov 20 09:18:03 2012
@@ -80,7 +80,7 @@
 <p><b>Available as of Camel 2.8</b></p>
 
 <p>The <b>ahc:</b> component provides HTTP based <a shape="rect" href="endpoint.html" title="Endpoint">endpoints</a> for consuming external HTTP resources (as a client to call external servers using HTTP).<br clear="none">
-The component uses the <a shape="rect" class="external-link" href="http://github.com/sonatype/async-http-client" rel="nofollow">Async Http Client</a> library.</p>
+The component uses the <a shape="rect" class="external-link" href="https://github.com/AsyncHttpClient/async-http-client" rel="nofollow">Async Http Client</a> library.</p>
 
 <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -114,7 +114,7 @@ ahc:http:<span class="code-comment">//ho
 
 <h3><a shape="rect" name="AHC-AhcComponentOptions"></a>AhcComponent 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>client</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>com.ning.http.client.AsyncHttpClient</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>clientConfig</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> To configure the <tt>AsyncHttpClient}}s use a custom {{com.ning.http.client.AsyncHttpClientConfig</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>binding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rows
 pan="1" class="confluenceTd"> To use a custom <tt>org.apache.camel.component.ahc.AhcBinding</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> To configure custom SSL/TLS configuration options at the component level.&#160; See&#160; <a shape="rect" href="#AHC-UsingtheJSSEConfigurationUtility">Using the JSSE Configuration Utility</a> for more details.&#160; Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. </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>client</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>com.ning.http.client.AsyncHttpClient</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>clientConfig</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> To configure the <tt>AsyncHttpClient</tt> to use a custom <tt>com.ning.http.client.AsyncHttpClientConfig</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>binding</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.ahc.AhcBinding</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> To configure custom SSL/TLS configuration options at the component level.&#160; See&#160; <a shape="rect" href="#AHC-UsingtheJSSEConfigurationUtility">Using the JSSE Configuration Utility</a> for more details.&#160; Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. </td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.