Author: buildbot
Date: Thu Jul 28 09:19:12 2016
New Revision: 993969

Log:
Production update by buildbot for camel

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

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

Modified: websites/production/camel/content/netty4.html
==============================================================================
--- websites/production/camel/content/netty4.html (original)
+++ websites/production/camel/content/netty4.html Thu Jul 28 09:19:12 2016
@@ -85,7 +85,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="Netty4-NettyComponent">Netty 
Component</h2><p><strong>Available as of Camel 2.14</strong></p><p>The 
<strong>netty4</strong> component in Camel is a socket communication component, 
based on the <a shape="rect" class="external-link" href="http://netty.io/"; 
rel="nofollow">Netty</a> project version 4.<br clear="none"> Netty is a NIO 
client server framework which enables quick and easy development of 
netwServerInitializerFactoryork applications such as protocol servers and 
clients.<br clear="none"> Netty greatly simplifies and streamlines network 
programming such as TCP and UDP socket server.</p><p>This camel component 
supports both producer and consumer endpoints.</p><p>The Netty component has 
several options and allows fine-grained control of a number of TCP/UDP 
communication parameters (buffer sizes, keepAlives, tcpNoDelay etc) and 
facilitates both In-Only and In-Out communication on a Camel route.</p><p>Maven 
users will need to add the fo
 llowing dependency to their <code>pom.xml</code> for this component:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<div class="wiki-content maincontent"><h2 id="Netty4-NettyComponent">Netty 
Component</h2><p><strong>Available as of Camel 2.14</strong></p><p>The 
<strong>netty4</strong> component in Camel is a socket communication component, 
based on the <a shape="rect" class="external-link" href="http://netty.io/"; 
rel="nofollow">Netty</a> project version 4.<br clear="none"> Netty is a NIO 
client server framework which enables quick and easy development of network 
applications such as protocol servers and clients.<br clear="none"> Netty 
greatly simplifies and streamlines network programming such as TCP and UDP 
socket server.</p><p>This camel component supports both producer and consumer 
endpoints.</p><p>The Netty component has several options and allows 
fine-grained control of a number of TCP/UDP communication parameters (buffer 
sizes, keepAlives, tcpNoDelay etc) and facilitates both In-Only and In-Out 
communication on a Camel route.</p><p>Maven users will need to add the 
following dependency to th
 eir <code>pom.xml</code> for this component:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-netty4&lt;/artifactId&gt;


Reply via email to