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 // io.netty.bootstrap.Bootstrap$1 this
         0: .line 174
            aload 0 /* this */
            aload 1
            putfield io.netty.bootstrap.Bootstrap$1.this$0:Lio/netty/bootstrap/Bootstrap;
            aload 0 /* this */
            aload 2
            putfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            aload 0 /* this */
            aload 3
            putfield io.netty.bootstrap.Bootstrap$1.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            aload 4
            putfield io.netty.bootstrap.Bootstrap$1.val$remoteAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            aload 5
            putfield io.netty.bootstrap.Bootstrap$1.val$localAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.bootstrap.Bootstrap$1 this
      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 // io.netty.bootstrap.Bootstrap$1 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 179
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         1: .line 180
            aload 2 /* cause */
            ifnull 4
         2: .line 183
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            aload 2 /* cause */
            invokevirtual io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
            pop
         3: .line 184
            goto 6
         4: .line 187
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            invokevirtual io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.registered:()V
         5: .line 188
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.this$0:Lio/netty/bootstrap/Bootstrap;
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.val$remoteAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            getfield io.netty.bootstrap.Bootstrap$1.val$localAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            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: .line 190
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.bootstrap.Bootstrap$1 this
      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: .line 1
            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