final class io.netty.channel.FailedChannelFuture extends io.netty.channel.CompleteChannelFuture
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.FailedChannelFuture
super_class: io.netty.channel.CompleteChannelFuture
{
private final java.lang.Throwable cause;
descriptor: Ljava/lang/Throwable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.netty.channel.Channel, io.netty.util.concurrent.EventExecutor, java.lang.Throwable);
descriptor: (Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokespecial io.netty.channel.CompleteChannelFuture.<init>:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;)V
1: aload 3
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "cause"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.channel.FailedChannelFuture io.netty.channel.Channel io.netty.util.concurrent.EventExecutor java.lang.Throwable
StackMap stack:
aload 0
aload 3
putfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/channel/FailedChannelFuture;
0 5 1 channel Lio/netty/channel/Channel;
0 5 2 executor Lio/netty/util/concurrent/EventExecutor;
0 5 3 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
channel
executor
cause
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: aload 0
getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/FailedChannelFuture;
public boolean isSuccess();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/FailedChannelFuture;
public io.netty.channel.ChannelFuture sync();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/FailedChannelFuture;
public io.netty.channel.ChannelFuture syncUninterruptibly();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/FailedChannelFuture;
public io.netty.util.concurrent.Future syncUninterruptibly();
descriptor: ()Lio/netty/util/concurrent/Future;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.channel.FailedChannelFuture.syncUninterruptibly:()Lio/netty/channel/ChannelFuture;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.concurrent.Future sync();
descriptor: ()Lio/netty/util/concurrent/Future;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.channel.FailedChannelFuture.sync:()Lio/netty/channel/ChannelFuture;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.InterruptedException
}
SourceFile: "FailedChannelFuture.java"