class io.netty.util.concurrent.RejectedExecutionHandlers$2 implements io.netty.util.concurrent.RejectedExecutionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.concurrent.RejectedExecutionHandlers$2
  super_class: java.lang.Object
{
  private final int val$retries;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$backOffNanos;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(int, long);
    descriptor: (IJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.util.concurrent.RejectedExecutionHandlers$2 this
         0: .line 52
            aload 0 /* this */
            iload 1
            putfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$retries:I
            aload 0 /* this */
            lload 2
            putfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$backOffNanos:J
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.util.concurrent.RejectedExecutionHandlers$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/concurrent/RejectedExecutionHandlers$2;
    MethodParameters:
                  Name  Flags
      val$retries       final
      val$backOffNanos  final

  public void rejected(java.lang.Runnable, io.netty.util.concurrent.SingleThreadEventExecutor);
    descriptor: (Ljava/lang/Runnable;Lio/netty/util/concurrent/SingleThreadEventExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.util.concurrent.RejectedExecutionHandlers$2 this
        start local 1 // java.lang.Runnable task
        start local 2 // io.netty.util.concurrent.SingleThreadEventExecutor executor
         0: .line 55
            aload 2 /* executor */
            invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.inEventLoop:()Z
            ifne 9
         1: .line 56
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 58
      StackMap locals: int
      StackMap stack:
            aload 2 /* executor */
            iconst_0
            invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.wakeup:(Z)V
         4: .line 60
            aload 0 /* this */
            getfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$backOffNanos:J
            invokestatic java.util.concurrent.locks.LockSupport.parkNanos:(J)V
         5: .line 61
            aload 2 /* executor */
            aload 1 /* task */
            invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.offerTask:(Ljava/lang/Runnable;)Z
            ifeq 7
         6: .line 62
            return
         7: .line 56
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$retries:I
            if_icmplt 3
        end local 3 // int i
         9: .line 68
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.RejectedExecutionException
            dup
            invokespecial java.util.concurrent.RejectedExecutionException.<init>:()V
            athrow
        end local 2 // io.netty.util.concurrent.SingleThreadEventExecutor executor
        end local 1 // java.lang.Runnable task
        end local 0 // io.netty.util.concurrent.RejectedExecutionHandlers$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/netty/util/concurrent/RejectedExecutionHandlers$2;
            0   10     1      task  Ljava/lang/Runnable;
            0   10     2  executor  Lio/netty/util/concurrent/SingleThreadEventExecutor;
            2    9     3         i  I
    MethodParameters:
          Name  Flags
      task      
      executor  
}
SourceFile: "RejectedExecutionHandlers.java"
EnclosingMethod: io.netty.util.concurrent.RejectedExecutionHandlers.backoff:(IJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/RejectedExecutionHandler;
NestHost: io.netty.util.concurrent.RejectedExecutionHandlers
InnerClasses:
  io.netty.util.concurrent.RejectedExecutionHandlers$2