final class io.netty.bootstrap.FailedChannel$FailedChannelUnsafe extends io.netty.channel.AbstractChannel$AbstractUnsafe
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.bootstrap.FailedChannel$FailedChannelUnsafe
super_class: io.netty.channel.AbstractChannel$AbstractUnsafe
{
final io.netty.bootstrap.FailedChannel this$0;
descriptor: Lio/netty/bootstrap/FailedChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.bootstrap.FailedChannel);
descriptor: (Lio/netty/bootstrap/FailedChannel;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.bootstrap.FailedChannel$FailedChannelUnsafe this
0: .line 101
aload 0 /* this */
aload 1
putfield io.netty.bootstrap.FailedChannel$FailedChannelUnsafe.this$0:Lio/netty/bootstrap/FailedChannel;
aload 0 /* this */
aload 1
invokespecial io.netty.channel.AbstractChannel$AbstractUnsafe.<init>:(Lio/netty/channel/AbstractChannel;)V
return
end local 0 // io.netty.bootstrap.FailedChannel$FailedChannelUnsafe this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/bootstrap/FailedChannel$FailedChannelUnsafe;
MethodParameters:
Name Flags
this$0 final
public void connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 // io.netty.bootstrap.FailedChannel$FailedChannelUnsafe this
start local 1 // java.net.SocketAddress remoteAddress
start local 2 // java.net.SocketAddress localAddress
start local 3 // io.netty.channel.ChannelPromise promise
0: .line 104
aload 3 /* promise */
new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
invokeinterface io.netty.channel.ChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
pop
1: .line 105
return
end local 3 // io.netty.channel.ChannelPromise promise
end local 2 // java.net.SocketAddress localAddress
end local 1 // java.net.SocketAddress remoteAddress
end local 0 // io.netty.bootstrap.FailedChannel$FailedChannelUnsafe this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/bootstrap/FailedChannel$FailedChannelUnsafe;
0 2 1 remoteAddress Ljava/net/SocketAddress;
0 2 2 localAddress Ljava/net/SocketAddress;
0 2 3 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
remoteAddress
localAddress
promise
}
SourceFile: "FailedChannel.java"
NestHost: io.netty.bootstrap.FailedChannel
InnerClasses:
private final FailedChannelUnsafe = io.netty.bootstrap.FailedChannel$FailedChannelUnsafe of io.netty.bootstrap.FailedChannel
protected abstract AbstractUnsafe = io.netty.channel.AbstractChannel$AbstractUnsafe of io.netty.channel.AbstractChannel