final class org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback implements org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback
  super_class: java.lang.Object
{
  final org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint this$1;
    descriptor: Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
         0: .line 1293
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;
    MethodParameters:
        Name  Flags
      this$0  final

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
         0: .line 1299
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            dup
            astore 2
            monitorenter
         1: .line 1301
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 1302
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "IncompleteWriteCB succeeded {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1304
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback top org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.releaseEncryptedOutputBuffer:()V
         4: .line 1305
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FlushState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._flushState:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
         5: .line 1306
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FillState.WAIT_FOR_FLUSH:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            if_acmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 1 /* fillable */
        start local 1 // boolean fillable
         8: .line 1307
            iload 1 /* fillable */
            ifeq 10
         9: .line 1308
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FillState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
        10: .line 1299
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback int org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack:
            aload 2
            monitorexit
        11: goto 14
        end local 1 // boolean fillable
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback top org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack: java.lang.Throwable
        12: aload 2
            monitorexit
        13: athrow
        start local 1 // boolean fillable
        14: .line 1311
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback int
      StackMap stack:
            iload 1 /* fillable */
            ifeq 16
        15: .line 1312
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
            invokevirtual org.eclipse.jetty.io.FillInterest.fillable:()Z
            pop
        16: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.completeWrite:()V
        17: .line 1315
            return
        end local 1 // boolean fillable
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;
            8   12     1  fillable  Z
           14   18     1  fillable  Z
      Exception table:
        from    to  target  type
           1    11      12  any
          12    13      12  any

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
        start local 1 // java.lang.Throwable x
         0: .line 1321
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            dup
            astore 3
            monitorenter
         1: .line 1323
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 1324
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "IncompleteWriteCB failed {}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            aastore
            dup
            iconst_1
            aload 1 /* x */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1326
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback java.lang.Throwable top org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
         4: .line 1327
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.releaseEncryptedOutputBuffer:()V
         5: .line 1329
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FlushState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._flushState:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
         6: .line 1330
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FillState.WAIT_FOR_FLUSH:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            if_acmpne 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 2 /* failFillInterest */
        start local 2 // boolean failFillInterest
         9: .line 1331
            iload 2 /* failFillInterest */
            ifeq 11
        10: .line 1332
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FillState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
        11: .line 1321
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback java.lang.Throwable int org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack:
            aload 3
            monitorexit
        12: goto 15
        end local 2 // boolean failFillInterest
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback java.lang.Throwable top org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
      StackMap stack: java.lang.Throwable
        13: aload 3
            monitorexit
        14: athrow
        start local 2 // boolean failFillInterest
        15: .line 1335
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback java.lang.Throwable int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection.access$0:(Lorg/eclipse/jetty/io/ssl/SslConnection;)Ljava/util/concurrent/Executor;
            aload 0 /* this */
            iload 2 /* failFillInterest */
            aload 1 /* x */
            invokedynamic run(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;ZLjava/lang/Throwable;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  org/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback.lambda$0(ZLjava/lang/Throwable;)V (7)
                  ()V
            invokeinterface java.util.concurrent.Executor.execute:(Ljava/lang/Runnable;)V
        16: .line 1341
            return
        end local 2 // boolean failFillInterest
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;
            0   17     1                 x  Ljava/lang/Throwable;
            9   13     2  failFillInterest  Z
           15   17     2  failFillInterest  Z
      Exception table:
        from    to  target  type
           1    12      13  any
          13    14      13  any
    MethodParameters:
      Name  Flags
      x     final

  public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
         0: .line 1346
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
         0: .line 1352
            ldc "SSL@%h.DEP.writeCallback"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;

  private void lambda$0(boolean, java.lang.Throwable);
    descriptor: (ZLjava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
         0: .line 1337
            iload 1
            ifeq 2
         1: .line 1338
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
            aload 2
            invokevirtual org.eclipse.jetty.io.FillInterest.onFail:(Ljava/lang/Throwable;)Z
            pop
         2: .line 1339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback.this$1:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokestatic org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.access$3:(Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            aload 2
            invokevirtual org.eclipse.jetty.io.WriteFlusher.onFail:(Ljava/lang/Throwable;)Z
            pop
         3: .line 1340
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint$IncompleteWriteCallback;
}
SourceFile: "SslConnection.java"
NestHost: org.eclipse.jetty.io.ssl.SslConnection
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public DecryptedEndPoint = org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint of org.eclipse.jetty.io.ssl.SslConnection
  private final IncompleteWriteCallback = org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback of org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
  private final FillState = org.eclipse.jetty.io.ssl.SslConnection$FillState of org.eclipse.jetty.io.ssl.SslConnection
  private final FlushState = org.eclipse.jetty.io.ssl.SslConnection$FlushState of org.eclipse.jetty.io.ssl.SslConnection
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable