class com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7
  super_class: java.lang.Object
{
  final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup this$0;
    descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket val$socket;
    descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation val$op;
    descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup, com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket, com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation);
    descriptor: (Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7 this
         0: .line 476
            aload 0 /* this */
            aload 1
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.this$0:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.val$socket:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
            aload 0 /* this */
            aload 3
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.val$op:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$7;
    MethodParameters:
            Name  Flags
      this$0      final
      val$socket  final
      val$op      final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7 this
         0: .line 480
            aload 0 /* this */
            getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.this$0:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
            aload 0 /* this */
            getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.val$socket:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
            aload 0 /* this */
            getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7.val$op:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
            invokevirtual com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup.doRead:(Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;)V
         1: .line 481
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* e */
        start local 1 // java.lang.Throwable e
         3: .line 482
            getstatic com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup.LOGGER:Lcom/mongodb/diagnostics/logging/Logger;
            ldc "error in operation"
            aload 1 /* e */
            invokeinterface com.mongodb.diagnostics.logging.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable e
         4: .line 484
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$7;
            3    4     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "AsynchronousTlsChannelGroup.java"
EnclosingMethod: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup.processRead:(Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;)V
NestHost: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
InnerClasses:
  com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$7
  final ReadOperation = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
  RegisteredSocket = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup