Package org.asynchttpclient.netty
Class SimpleFutureListener<V>
- java.lang.Object
-
- org.asynchttpclient.netty.SimpleFutureListener<V>
-
- All Implemented Interfaces:
io.netty.util.concurrent.FutureListener<V>,io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<V>>,EventListener
public abstract class SimpleFutureListener<V> extends Object implements io.netty.util.concurrent.FutureListener<V>
-
-
Constructor Summary
Constructors Constructor Description SimpleFutureListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidonFailure(Throwable t)protected abstract voidonSuccess(V value)voidoperationComplete(io.netty.util.concurrent.Future<V> future)
-