<div>Hi</div><div><br></div><div>In the Javadoc of <a href="http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/org/jboss/netty/bootstrap/ClientBootstrap.html">ClientBootstrap</a>, the first approach of configuring a channel pipeline will let the bootstrap to &quot;clone&quot; the handler for each new channel.</div>
<div>When a handler is cloned, it means a new instance is created?</div><div><br></div><div>However the user&#39;s guide explained that with this approach, the same handler instance is shared by multiple channels?</div><div>
<br></div><div><br></div><div>I think we should never add a ChannelPipelineCoverage(&quot;one&quot;) annotated handler to the bootstrap&#39;s default pipeline.</div><div>Can Netty warns if the user try to add a ChannelPipelineCoverage(&quot;one&quot;) annotated handler to the bootstrap&#39;s default pipeline?</div>
<div><br></div><div><br></div>Regards,<div><br>Hez<br>
</div>