Package org.jboss.netty.channel
Interface WriteCompletionEvent
-
- All Superinterfaces:
ChannelEvent
- All Known Implementing Classes:
DefaultWriteCompletionEvent
public interface WriteCompletionEvent extends ChannelEvent
AChannelEvent
which represents the notification of the completion of a write request on aChannel
. This event is for going upstream only. Please refer to theChannelEvent
documentation to find out what an upstream event and a downstream event are and what fundamental differences they have.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getWrittenAmount()
Returns the amount of data written.-
Methods inherited from interface org.jboss.netty.channel.ChannelEvent
getChannel, getFuture
-
-