public abstract class Callback extends Object
Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
future |
Constructor and Description |
---|
Callback(NettyResponseFuture<?> future) |
Modifier and Type | Method and Description |
---|---|
abstract void |
call() |
NettyResponseFuture<?> |
future() |
protected final NettyResponseFuture<?> future
public Callback(NettyResponseFuture<?> future)
public NettyResponseFuture<?> future()
Copyright © 2015. All Rights Reserved.