Documentation on writeComplete event type

This commit is contained in:
Trustin Lee 2009-02-05 05:29:25 +00:00
parent 0ea4c19c5c
commit ebcf1b84e0

View File

@ -83,6 +83,11 @@ import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor;
* <td>a {@link Channel} is open, bound to a local address, and connected to a remote address</td>
* </tr>
* <tr>
* <td>{@code "writeComplete"}</td>
* <td>{@link WriteCompletionEvent}</td>
* <td>something has been written to a remote peer</td>
* </tr>
* <tr>
* <td>{@code "channelDisconnected"}</td>
* <td>{@link ChannelStateEvent}<br/>(state = {@link ChannelState#CONNECTED CONNECTED}, value = {@code null})</td>
* <td>a {@link Channel} was disconnected from its remote peer</td>