Package org.asynchttpclient.netty
Class OnLastHttpContentCallback
- java.lang.Object
- 
- org.asynchttpclient.netty.OnLastHttpContentCallback
 
- 
 public abstract class OnLastHttpContentCallback extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected NettyResponseFuture<?>future
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedOnLastHttpContentCallback(NettyResponseFuture<?> future)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidcall()NettyResponseFuture<?>future()
 
- 
- 
- 
Field Detail- 
futureprotected final NettyResponseFuture<?> future 
 
- 
 - 
Constructor Detail- 
OnLastHttpContentCallbackprotected OnLastHttpContentCallback(NettyResponseFuture<?> future) 
 
- 
 - 
Method Detail- 
futurepublic NettyResponseFuture<?> future() 
 
- 
 
-