class io.netty.bootstrap.Bootstrap$1 implements io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.bootstrap.Bootstrap$1
super_class: java.lang.Object
{
final io.netty.bootstrap.Bootstrap this$0;
descriptor: Lio/netty/bootstrap/Bootstrap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise val$promise;
descriptor: Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
flags: (0x1012) ACC_PRIVATE, 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 java.net.SocketAddress val$remoteAddress;
descriptor: Ljava/net/SocketAddress;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.net.SocketAddress val$localAddress;
descriptor: Ljava/net/SocketAddress;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.bootstrap.Bootstrap, io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise, io.netty.channel.Channel, java.net.SocketAddress, java.net.SocketAddress);
descriptor: (Lio/netty/bootstrap/Bootstrap;Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;Lio/netty/channel/Channel;Ljava/net/SocketAddress;Ljava/net/SocketAddress;)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=6
start local 0 0: aload 0
aload 1
putfield io.netty.bootstrap.Bootstrap$1.this$0:Lio/netty/bootstrap/Bootstrap;
aload 0
aload 2
putfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
aload 0
aload 3
putfield io.netty.bootstrap.Bootstrap$1.val$channel:Lio/netty/channel/Channel;
aload 0
aload 4
putfield io.netty.bootstrap.Bootstrap$1.val$remoteAddress:Ljava/net/SocketAddress;
aload 0
aload 5
putfield io.netty.bootstrap.Bootstrap$1.val$localAddress:Ljava/net/SocketAddress;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/bootstrap/Bootstrap$1;
MethodParameters:
Name Flags
this$0 final
val$promise final
val$channel final
val$remoteAddress final
val$localAddress final
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
aload 2
invokevirtual io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
pop
3: goto 6
4: StackMap locals: java.lang.Throwable
StackMap stack:
aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
invokevirtual io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.registered:()V
5: aload 0
getfield io.netty.bootstrap.Bootstrap$1.this$0:Lio/netty/bootstrap/Bootstrap;
aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$channel:Lio/netty/channel/Channel;
aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$remoteAddress:Ljava/net/SocketAddress;
aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$localAddress:Ljava/net/SocketAddress;
aload 0
getfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
invokevirtual io.netty.bootstrap.Bootstrap.doResolveAndConnect0:(Lio/netty/channel/Channel;Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/bootstrap/Bootstrap$1;
0 7 1 future Lio/netty/channel/ChannelFuture;
1 7 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
future
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.netty.channel.ChannelFuture
invokevirtual io.netty.bootstrap.Bootstrap$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "Bootstrap.java"
EnclosingMethod: io.netty.bootstrap.Bootstrap.doResolveAndConnect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.bootstrap.Bootstrap
InnerClasses:
final PendingRegistrationPromise = io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise of io.netty.bootstrap.AbstractBootstrap
io.netty.bootstrap.Bootstrap$1