This commit is contained in:
Trustin Lee 2009-04-28 13:39:06 +00:00
parent 14f735438c
commit e8aba5ae5a

View File

@ -33,7 +33,7 @@ package org.jboss.netty.channel;
* +---------+ 1 .. 1 +----------+ 1 n +---------+ n m +---------+
* | Channel |--------| Pipeline |--------| Context |--------| Handler |
* +---------+ +----------+ +---------+ +---------+
* n = the number of the handler entries in a pipeline
* n = the number of the handler entries in a pipeline
* </pre>
*
* Please note that a {@link ChannelHandler} instance can be added to more than