public final class ChannelFutureListenerAdapter<T> extends Object implements io.netty.channel.ChannelFutureListener
| Constructor and Description |
|---|
ChannelFutureListenerAdapter(ContextInternal context,
T result,
Handler<AsyncResult<T>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(io.netty.channel.ChannelFuture future) |
public ChannelFutureListenerAdapter(ContextInternal context, T result, Handler<AsyncResult<T>> handler)
Copyright © 2020. All rights reserved.