This commit is contained in:
Trustin Lee 2009-06-17 08:33:54 +00:00
parent 48a5d95dac
commit 9092d51b04

View File

@ -33,7 +33,7 @@ import java.net.SocketAddress;
* <h3>Downstream events</h3>
* <p>
* A downstream event is an event which is supposed to be processed from the
* last handler to the first handler in the {@link ChannelPipeline}.
* last handler to the first handler in a {@link ChannelPipeline}.
* For example, all I/O requests made by a user application are downstream
* events.
* <p>