class io.netty.channel.pool.FixedChannelPool$2 extends io.netty.channel.pool.FixedChannelPool$TimeoutTask
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.pool.FixedChannelPool$2
super_class: io.netty.channel.pool.FixedChannelPool$TimeoutTask
{
final io.netty.channel.pool.FixedChannelPool this$0;
descriptor: Lio/netty/channel/pool/FixedChannelPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.channel.pool.FixedChannelPool, io.netty.channel.pool.FixedChannelPool);
descriptor: (Lio/netty/channel/pool/FixedChannelPool;Lio/netty/channel/pool/FixedChannelPool;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.channel.pool.FixedChannelPool$2 this
0: .line 211
aload 0 /* this */
aload 2
putfield io.netty.channel.pool.FixedChannelPool$2.this$0:Lio/netty/channel/pool/FixedChannelPool;
aload 0 /* this */
aload 1
invokespecial io.netty.channel.pool.FixedChannelPool$TimeoutTask.<init>:(Lio/netty/channel/pool/FixedChannelPool;)V
return
end local 0 // io.netty.channel.pool.FixedChannelPool$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/pool/FixedChannelPool$2;
MethodParameters:
Name Flags
this$0 final
this$1 final
public void onTimeout(io.netty.channel.pool.FixedChannelPool$AcquireTask);
descriptor: (Lio/netty/channel/pool/FixedChannelPool$AcquireTask;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.channel.pool.FixedChannelPool$2 this
start local 1 // io.netty.channel.pool.FixedChannelPool$AcquireTask task
0: .line 216
aload 1 /* task */
invokevirtual io.netty.channel.pool.FixedChannelPool$AcquireTask.acquired:()V
1: .line 218
aload 0 /* this */
getfield io.netty.channel.pool.FixedChannelPool$2.this$0:Lio/netty/channel/pool/FixedChannelPool;
aload 1 /* task */
getfield io.netty.channel.pool.FixedChannelPool$AcquireTask.promise:Lio/netty/util/concurrent/Promise;
invokestatic io.netty.channel.pool.FixedChannelPool.access$0:(Lio/netty/channel/pool/FixedChannelPool;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
pop
2: .line 219
return
end local 1 // io.netty.channel.pool.FixedChannelPool$AcquireTask task
end local 0 // io.netty.channel.pool.FixedChannelPool$2 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/pool/FixedChannelPool$2;
0 3 1 task Lio/netty/channel/pool/FixedChannelPool$AcquireTask;
MethodParameters:
Name Flags
task
}
SourceFile: "FixedChannelPool.java"
EnclosingMethod: io.netty.channel.pool.FixedChannelPool.<init>:(Lio/netty/bootstrap/Bootstrap;Lio/netty/channel/pool/ChannelPoolHandler;Lio/netty/channel/pool/ChannelHealthChecker;Lio/netty/channel/pool/FixedChannelPool$AcquireTimeoutAction;JIIZZ)V
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
io.netty.channel.pool.FixedChannelPool$2
private final AcquireTask = io.netty.channel.pool.FixedChannelPool$AcquireTask of io.netty.channel.pool.FixedChannelPool
public final AcquireTimeoutAction = io.netty.channel.pool.FixedChannelPool$AcquireTimeoutAction of io.netty.channel.pool.FixedChannelPool
private abstract TimeoutTask = io.netty.channel.pool.FixedChannelPool$TimeoutTask of io.netty.channel.pool.FixedChannelPool