class io.netty.channel.pool.SimpleChannelPool$6 implements io.netty.util.concurrent.FutureListener<java.lang.Boolean>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.pool.SimpleChannelPool$6
super_class: java.lang.Object
{
final io.netty.channel.pool.SimpleChannelPool this$0;
descriptor: Lio/netty/channel/pool/SimpleChannelPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.Channel val$channel;
descriptor: Lio/netty/channel/Channel;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.util.concurrent.Promise val$promise;
descriptor: Lio/netty/util/concurrent/Promise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.util.concurrent.Future val$f;
descriptor: Lio/netty/util/concurrent/Future;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.channel.pool.SimpleChannelPool, io.netty.channel.Channel, io.netty.util.concurrent.Promise, io.netty.util.concurrent.Future);
descriptor: (Lio/netty/channel/pool/SimpleChannelPool;Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;Lio/netty/util/concurrent/Future;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield io.netty.channel.pool.SimpleChannelPool$6.this$0:Lio/netty/channel/pool/SimpleChannelPool;
aload 0
aload 2
putfield io.netty.channel.pool.SimpleChannelPool$6.val$channel:Lio/netty/channel/Channel;
aload 0
aload 3
putfield io.netty.channel.pool.SimpleChannelPool$6.val$promise:Lio/netty/util/concurrent/Promise;
aload 0
aload 4
putfield io.netty.channel.pool.SimpleChannelPool$6.val$f:Lio/netty/util/concurrent/Future;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/pool/SimpleChannelPool$6;
MethodParameters:
Name Flags
this$0 final
val$channel final
val$promise final
val$f final
public void operationComplete(io.netty.util.concurrent.Future<java.lang.Boolean>);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.channel.pool.SimpleChannelPool$6.this$0:Lio/netty/channel/pool/SimpleChannelPool;
aload 0
getfield io.netty.channel.pool.SimpleChannelPool$6.val$channel:Lio/netty/channel/Channel;
aload 0
getfield io.netty.channel.pool.SimpleChannelPool$6.val$promise:Lio/netty/util/concurrent/Promise;
aload 0
getfield io.netty.channel.pool.SimpleChannelPool$6.val$f:Lio/netty/util/concurrent/Future;
invokevirtual io.netty.channel.pool.SimpleChannelPool.releaseAndOfferIfHealthy:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;Lio/netty/util/concurrent/Future;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/pool/SimpleChannelPool$6;
0 2 1 future Lio/netty/util/concurrent/Future<Ljava/lang/Boolean;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/util/concurrent/Future<Ljava/lang/Boolean;>;)V
MethodParameters:
Name Flags
future
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Ljava/lang/Boolean;>;
SourceFile: "SimpleChannelPool.java"
EnclosingMethod: io.netty.channel.pool.SimpleChannelPool.doHealthCheckOnRelease:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;)V
NestHost: io.netty.channel.pool.SimpleChannelPool
InnerClasses:
io.netty.channel.pool.SimpleChannelPool$6