Documentation fix

This commit is contained in:
Trustin Lee 2009-04-06 12:08:42 +00:00
parent 3970d5c9a9
commit 5c95161bf5

View File

@ -185,11 +185,11 @@ dynamicBuffer.writeByte('7');</programlisting>
the complexity of the NIO Selector API, hindering rapid development. the complexity of the NIO Selector API, hindering rapid development.
</para> </para>
<para> <para>
Netty has a universal asynchronous I/O interface called &Channel; Netty has a universal asynchronous I/O interface called &Channel;, which
&Channel; abstracts away all operations required to point-to-point abstracts away all operations required to point-to-point communication.
communication. That is, once you wrote your application on one Netty That is, once you wrote your application on one Netty transport, your
transport, your application can run on other Netty transports. Netty application can run on other Netty transports. Netty provides a number
provides a number of essential transports via one universal API: of essential transports via one universal API:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>