Javadoc
This commit is contained in:
parent
9092d51b04
commit
35eac01e40
@ -26,7 +26,7 @@ package org.jboss.netty.channel;
|
|||||||
* An I/O event or I/O request associated with a {@link Channel}.
|
* An I/O event or I/O request associated with a {@link Channel}.
|
||||||
* <p>
|
* <p>
|
||||||
* A {@link ChannelEvent} is supposed to be handled by the
|
* A {@link ChannelEvent} is supposed to be handled by the
|
||||||
* {@link ChannelPipeline} which is owned by the {@link Channel} that
|
* {@link ChannelPipeline} which is attached to the {@link Channel} that
|
||||||
* the event belongs to. Once an event is sent to a {@link ChannelPipeline},
|
* the event belongs to. Once an event is sent to a {@link ChannelPipeline},
|
||||||
* it is handled by a list of {@link ChannelHandler}s.
|
* it is handled by a list of {@link ChannelHandler}s.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user