public interface WriteCompletionEvent extends ChannelEvent
ChannelEvent
which represents the notification of the completion
of a write request on a Channel
. This event is for going upstream
only. Please refer to the ChannelEvent
documentation to find out
what an upstream event and a downstream event are and what fundamental
differences they have.Modifier and Type | Method and Description |
---|---|
long |
getWrittenAmount()
Returns the amount of data written.
|
getChannel, getFuture
Copyright © 2008-2014 The Netty Project. All Rights Reserved.