final class io.netty.channel.pool.FixedChannelPool$AcquireTask extends io.netty.channel.pool.FixedChannelPool$AcquireListener
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.pool.FixedChannelPool$AcquireTask
super_class: io.netty.channel.pool.FixedChannelPool$AcquireListener
{
final io.netty.util.concurrent.Promise<io.netty.channel.Channel> promise;
descriptor: Lio/netty/util/concurrent/Promise;
flags: (0x0010) ACC_FINAL
Signature: Lio/netty/util/concurrent/Promise<Lio/netty/channel/Channel;>;
final long expireNanoTime;
descriptor: J
flags: (0x0010) ACC_FINAL
java.util.concurrent.ScheduledFuture<?> timeoutFuture;
descriptor: Ljava/util/concurrent/ScheduledFuture;
flags: (0x0000)
Signature: Ljava/util/concurrent/ScheduledFuture<*>;
final io.netty.channel.pool.FixedChannelPool this$0;
descriptor: Lio/netty/channel/pool/FixedChannelPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.netty.util.concurrent.Promise<io.netty.channel.Channel>);
descriptor: (Lio/netty/channel/pool/FixedChannelPool;Lio/netty/util/concurrent/Promise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 // io.netty.channel.pool.FixedChannelPool$AcquireTask this
start local 2 // io.netty.util.concurrent.Promise promise
0: .line 363
aload 0 /* this */
aload 1
putfield io.netty.channel.pool.FixedChannelPool$AcquireTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
1: .line 364
aload 0 /* this */
aload 1
aload 2 /* promise */
invokespecial io.netty.channel.pool.FixedChannelPool$AcquireListener.<init>:(Lio/netty/channel/pool/FixedChannelPool;Lio/netty/util/concurrent/Promise;)V
2: .line 360
aload 0 /* this */
invokestatic java.lang.System.nanoTime:()J
aload 1
getfield io.netty.channel.pool.FixedChannelPool.acquireTimeoutNanos:J
ladd
putfield io.netty.channel.pool.FixedChannelPool$AcquireTask.expireNanoTime:J
3: .line 367
aload 0 /* this */
aload 1
getfield io.netty.channel.pool.FixedChannelPool.executor:Lio/netty/util/concurrent/EventExecutor;
invokeinterface io.netty.util.concurrent.EventExecutor.newPromise:()Lio/netty/util/concurrent/Promise;
aload 0 /* this */
invokeinterface io.netty.util.concurrent.Promise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
putfield io.netty.channel.pool.FixedChannelPool$AcquireTask.promise:Lio/netty/util/concurrent/Promise;
4: .line 368
return
end local 2 // io.netty.util.concurrent.Promise promise
end local 0 // io.netty.channel.pool.FixedChannelPool$AcquireTask this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/channel/pool/FixedChannelPool$AcquireTask;
0 5 2 promise Lio/netty/util/concurrent/Promise<Lio/netty/channel/Channel;>;
Signature: (Lio/netty/util/concurrent/Promise<Lio/netty/channel/Channel;>;)V
MethodParameters:
Name Flags
this$0 final
promise
}
SourceFile: "FixedChannelPool.java"
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
private AcquireListener = io.netty.channel.pool.FixedChannelPool$AcquireListener of io.netty.channel.pool.FixedChannelPool
private final AcquireTask = io.netty.channel.pool.FixedChannelPool$AcquireTask of io.netty.channel.pool.FixedChannelPool