class io.netty.channel.pool.FixedChannelPool$4 implements io.netty.util.concurrent.FutureListener<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.pool.FixedChannelPool$4
super_class: java.lang.Object
{
final io.netty.channel.pool.FixedChannelPool this$0;
descriptor: Lio/netty/channel/pool/FixedChannelPool;
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
void <init>(io.netty.channel.pool.FixedChannelPool, io.netty.channel.Channel, io.netty.util.concurrent.Promise);
descriptor: (Lio/netty/channel/pool/FixedChannelPool;Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
aload 0
aload 2
putfield io.netty.channel.pool.FixedChannelPool$4.val$channel:Lio/netty/channel/Channel;
aload 0
aload 3
putfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
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/FixedChannelPool$4;
MethodParameters:
Name Flags
this$0 final
val$channel final
val$promise final
public void operationComplete(io.netty.util.concurrent.Future<java.lang.Void>);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: getstatic io.netty.channel.pool.FixedChannelPool.$assertionsDisabled:Z
ifne 1
aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
getfield io.netty.channel.pool.FixedChannelPool.executor:Lio/netty/util/concurrent/EventExecutor;
invokeinterface io.netty.util.concurrent.EventExecutor.inEventLoop:()Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
getfield io.netty.channel.pool.FixedChannelPool.closed:Z
ifeq 5
2: aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.val$channel:Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
pop
3: aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
getstatic io.netty.channel.pool.FixedChannelPool.POOL_CLOSED_ON_RELEASE_EXCEPTION:Ljava/lang/IllegalStateException;
invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
pop
4: return
5: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
ifeq 9
6: aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
invokevirtual io.netty.channel.pool.FixedChannelPool.decrementAndRunTaskQueue:()V
7: aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
aconst_null
invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
pop
8: goto 13
9: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
astore 2
start local 2 10: aload 2
instanceof java.lang.IllegalArgumentException
ifne 12
11: aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
invokevirtual io.netty.channel.pool.FixedChannelPool.decrementAndRunTaskQueue:()V
12: StackMap locals: java.lang.Throwable
StackMap stack:
aload 0
getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
aload 1
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
pop
end local 2 13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/netty/channel/pool/FixedChannelPool$4;
0 14 1 future Lio/netty/util/concurrent/Future<Ljava/lang/Void;>;
10 13 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/util/concurrent/Future<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
future
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
SourceFile: "FixedChannelPool.java"
EnclosingMethod: io.netty.channel.pool.FixedChannelPool.release:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
io.netty.channel.pool.FixedChannelPool$4