Typo
This commit is contained in:
parent
dc350cb7c7
commit
58e727f238
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user