public abstract class OnLastHttpContentCallback
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected NettyResponseFuture<?> |
future |
| Modifier | Constructor and Description |
|---|---|
protected |
OnLastHttpContentCallback(NettyResponseFuture<?> future) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
call() |
NettyResponseFuture<?> |
future() |
protected final NettyResponseFuture<?> future
protected OnLastHttpContentCallback(NettyResponseFuture<?> future)
public abstract void call()
throws java.lang.Exception
java.lang.Exceptionpublic NettyResponseFuture<?> future()
Copyright © 2018. All Rights Reserved.