public abstract class SimpleChannelFutureListener extends Object implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE| Constructor and Description |
|---|
SimpleChannelFutureListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onFailure(Channel channel,
Throwable cause) |
abstract void |
onSuccess(Channel channel) |
void |
operationComplete(ChannelFuture future) |
public final void operationComplete(ChannelFuture future) throws Exception
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<ChannelFuture>ExceptionCopyright © 2016. All Rights Reserved.