public class ChannelFlushFutureNotifier extends Object
| Constructor and Description |
|---|
ChannelFlushFutureNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFlushFuture(ChannelFuture future,
int pendingDataSize) |
void |
increaseWriteCounter(long delta) |
void |
notifyFlushFutures() |
void |
notifyFlushFutures(Throwable cause) |
void |
notifyFlushFutures(Throwable cause1,
Throwable cause2) |
public void addFlushFuture(ChannelFuture future, int pendingDataSize)
public void increaseWriteCounter(long delta)
public void notifyFlushFutures()
public void notifyFlushFutures(Throwable cause)
Copyright © 2008-2012 The Netty Project. All Rights Reserved.