abstract class com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
  super_class: java.lang.Object
{
  final com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet bufferSet;
    descriptor: Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
    flags: (0x0010) ACC_FINAL

  final java.util.function.LongConsumer onSuccess;
    descriptor: Ljava/util/function/LongConsumer;
    flags: (0x0010) ACC_FINAL

  final java.util.function.Consumer<java.lang.Throwable> onFailure;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Consumer<Ljava/lang/Throwable;>;

  java.util.concurrent.Future<?> timeoutFuture;
    descriptor: Ljava/util/concurrent/Future;
    flags: (0x0000) 
    Signature: Ljava/util/concurrent/Future<*>;

  void <init>(com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet, java.util.function.LongConsumer, java.util.function.Consumer<java.lang.Throwable>);
    descriptor: (Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation this
        start local 1 // com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet bufferSet
        start local 2 // java.util.function.LongConsumer onSuccess
        start local 3 // java.util.function.Consumer onFailure
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 140
            aload 0 /* this */
            aload 1 /* bufferSet */
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.bufferSet:Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
         2: .line 141
            aload 0 /* this */
            aload 2 /* onSuccess */
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.onSuccess:Ljava/util/function/LongConsumer;
         3: .line 142
            aload 0 /* this */
            aload 3 /* onFailure */
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.onFailure:Ljava/util/function/Consumer;
         4: .line 143
            return
        end local 3 // java.util.function.Consumer onFailure
        end local 2 // java.util.function.LongConsumer onSuccess
        end local 1 // com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet bufferSet
        end local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$Operation;
            0    5     1  bufferSet  Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
            0    5     2  onSuccess  Ljava/util/function/LongConsumer;
            0    5     3  onFailure  Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
    Signature: (Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer<Ljava/lang/Throwable;>;)V
    MethodParameters:
           Name  Flags
      bufferSet  final
      onSuccess  final
      onFailure  final
}
SourceFile: "AsynchronousTlsChannelGroup.java"
NestHost: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
InnerClasses:
  private abstract Operation = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup