public abstract class TimeoutTimerTask
extends java.lang.Object
implements io.netty.util.TimerTask
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.atomic.AtomicBoolean |
done |
protected NettyRequestSender |
requestSender |
Modifier and Type | Method and Description |
---|---|
void |
clean()
When the timeout is cancelled, it could still be referenced for quite some time in the Timer.
|
protected final java.util.concurrent.atomic.AtomicBoolean done
protected final NettyRequestSender requestSender
Copyright © 2019. All Rights Reserved.