diff --git a/src/main/java/org/jboss/netty/channel/ChannelUpstreamHandler.java b/src/main/java/org/jboss/netty/channel/ChannelUpstreamHandler.java index cbca7a97ff..e71f9476aa 100644 --- a/src/main/java/org/jboss/netty/channel/ChannelUpstreamHandler.java +++ b/src/main/java/org/jboss/netty/channel/ChannelUpstreamHandler.java @@ -83,6 +83,11 @@ import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor; * a {@link Channel} is open, bound to a local address, and connected to a remote address * * + * {@code "writeComplete"} + * {@link WriteCompletionEvent} + * something has been written to a remote peer + * + * * {@code "channelDisconnected"} * {@link ChannelStateEvent}
(state = {@link ChannelState#CONNECTED CONNECTED}, value = {@code null}) * a {@link Channel} was disconnected from its remote peer