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