|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChannelFutureListener

| Field Summary | |
|---|---|
static ChannelFutureListener |
CLOSE
An ChannelFutureListener that closes the Channel which is
associated with the specified ChannelFuture. |
| Method Summary | |
|---|---|
void |
operationComplete(ChannelFuture future)
Invoked when the operation associated with the ChannelFuture
has been completed. |
| Field Detail |
|---|
static final ChannelFutureListener CLOSE
ChannelFutureListener that closes the Channel which is
associated with the specified ChannelFuture.
| Method Detail |
|---|
void operationComplete(ChannelFuture future)
throws Exception
ChannelFuture
has been completed.
future - The source ChannelFuture which called this
callback.
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||