This commit is contained in:
Trustin Lee 2008-11-10 02:17:14 +00:00
parent dc350cb7c7
commit 58e727f238

View File

@ -683,7 +683,7 @@ bootstrap.getPipeline().addLast("handler", handler);</programlisting>
<para> <para>
with the following: with the following:
</para> </para>
<programlisting>bootstrap.getPipelineFactory(new TimeClientPipelineFactory());</programlisting> <programlisting>bootstrap.setPipelineFactory(new TimeClientPipelineFactory());</programlisting>
<para> <para>
It might look somewhat complicated at the first glance, and it is true It might look somewhat complicated at the first glance, and it is true
that we don't need to introduce <classname>TimeClientPipelineFactory</classname> that we don't need to introduce <classname>TimeClientPipelineFactory</classname>