public abstract class WriteListener extends Object
| Modifier and Type | Field and Description |
|---|---|
protected NettyResponseFuture<?> |
future |
protected boolean |
notifyHeaders |
protected ProgressAsyncHandler<?> |
progressAsyncHandler |
| Constructor and Description |
|---|
WriteListener(NettyResponseFuture<?> future,
boolean notifyHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
operationComplete(io.netty.channel.Channel channel,
Throwable cause) |
protected final NettyResponseFuture<?> future
protected final ProgressAsyncHandler<?> progressAsyncHandler
protected final boolean notifyHeaders
public WriteListener(NettyResponseFuture<?> future, boolean notifyHeaders)
protected void operationComplete(io.netty.channel.Channel channel,
Throwable cause)
Copyright © 2017. All Rights Reserved.