class io.netty.example.uptime.UptimeClient$2 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.uptime.UptimeClient$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.example.uptime.UptimeClient$2 this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.example.uptime.UptimeClient$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/uptime/UptimeClient$2;

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.example.uptime.UptimeClient$2 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 64
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            ifnull 3
         1: .line 65
            getstatic io.netty.example.uptime.UptimeClient.handler:Lio/netty/example/uptime/UptimeClientHandler;
            ldc -1
            putfield io.netty.example.uptime.UptimeClientHandler.startTime:J
         2: .line 66
            getstatic io.netty.example.uptime.UptimeClient.handler:Lio/netty/example/uptime/UptimeClientHandler;
            new java.lang.StringBuilder
            dup
            ldc "Failed to connect: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.netty.example.uptime.UptimeClientHandler.println:(Ljava/lang/String;)V
         3: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.example.uptime.UptimeClient$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/example/uptime/UptimeClient$2;
            0    4     1  future  Lio/netty/channel/ChannelFuture;
    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.example.uptime.UptimeClient$2.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "UptimeClient.java"
EnclosingMethod: io.netty.example.uptime.UptimeClient.connect:()V
NestHost: io.netty.example.uptime.UptimeClient
InnerClasses:
  io.netty.example.uptime.UptimeClient$2