class io.netty.bootstrap.AbstractBootstrap$1 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.bootstrap.AbstractBootstrap$1
  super_class: java.lang.Object
{
  final io.netty.bootstrap.AbstractBootstrap this$0;
    descriptor: Lio/netty/bootstrap/AbstractBootstrap;
    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.ChannelFuture val$regFuture;
    descriptor: Lio/netty/channel/ChannelFuture;
    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$localAddress;
    descriptor: Ljava/net/SocketAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.bootstrap.AbstractBootstrap, io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise, io.netty.channel.ChannelFuture, io.netty.channel.Channel, java.net.SocketAddress);
    descriptor: (Lio/netty/bootstrap/AbstractBootstrap;Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;Lio/netty/channel/ChannelFuture;Lio/netty/channel/Channel;Ljava/net/SocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.netty.bootstrap.AbstractBootstrap$1 this
         0: .line 296
            aload 0 /* this */
            aload 1
            putfield io.netty.bootstrap.AbstractBootstrap$1.this$0:Lio/netty/bootstrap/AbstractBootstrap;
            aload 0 /* this */
            aload 2
            putfield io.netty.bootstrap.AbstractBootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            aload 0 /* this */
            aload 3
            putfield io.netty.bootstrap.AbstractBootstrap$1.val$regFuture:Lio/netty/channel/ChannelFuture;
            aload 0 /* this */
            aload 4
            putfield io.netty.bootstrap.AbstractBootstrap$1.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            aload 5
            putfield io.netty.bootstrap.AbstractBootstrap$1.val$localAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.bootstrap.AbstractBootstrap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/bootstrap/AbstractBootstrap$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$promise       final
      val$regFuture     final
      val$channel       final
      val$localAddress  final

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.bootstrap.AbstractBootstrap$1 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 299
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         1: .line 300
            aload 2 /* cause */
            ifnull 4
         2: .line 303
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$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 304
            goto 6
         4: .line 307
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            invokevirtual io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.registered:()V
         5: .line 309
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$1.val$regFuture:Lio/netty/channel/ChannelFuture;
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$1.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$1.val$localAddress:Ljava/net/SocketAddress;
            aload 0 /* this */
            getfield io.netty.bootstrap.AbstractBootstrap$1.val$promise:Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
            invokestatic io.netty.bootstrap.AbstractBootstrap.doBind0:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/Channel;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
         6: .line 311
      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.AbstractBootstrap$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/bootstrap/AbstractBootstrap$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.AbstractBootstrap$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "AbstractBootstrap.java"
EnclosingMethod: io.netty.bootstrap.AbstractBootstrap.doBind:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.bootstrap.AbstractBootstrap
InnerClasses:
  io.netty.bootstrap.AbstractBootstrap$1
  final PendingRegistrationPromise = io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise of io.netty.bootstrap.AbstractBootstrap