final class com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$WriteOperation extends com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$WriteOperation
  super_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
{
  long consumesBytes;
    descriptor: J
    flags: (0x0000) 

  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=4, locals=4, args_size=4
        start local 0 // com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$WriteOperation 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 161
            aload 0 /* this */
            aload 1 /* bufferSet */
            aload 2 /* onSuccess */
            aload 3 /* onFailure */
            invokespecial com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.<init>:(Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer;)V
         1: .line 158
            aload 0 /* this */
            lconst_0
            putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$WriteOperation.consumesBytes:J
         2: .line 162
            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$WriteOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$WriteOperation;
            0    3     1  bufferSet  Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
            0    3     2  onSuccess  Ljava/util/function/LongConsumer;
            0    3     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
  final WriteOperation = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$WriteOperation of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup