final class io.netty.channel.SucceededChannelFuture extends io.netty.channel.CompleteChannelFuture
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.SucceededChannelFuture
super_class: io.netty.channel.CompleteChannelFuture
{
void <init>(io.netty.channel.Channel, io.netty.util.concurrent.EventExecutor);
descriptor: (Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.netty.channel.CompleteChannelFuture.<init>:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/SucceededChannelFuture;
0 2 1 channel Lio/netty/channel/Channel;
0 2 2 executor Lio/netty/util/concurrent/EventExecutor;
MethodParameters:
Name Flags
channel
executor
public java.lang.Throwable cause();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/SucceededChannelFuture;
public boolean isSuccess();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/SucceededChannelFuture;
}
SourceFile: "SucceededChannelFuture.java"