class com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1 implements java.util.function.Supplier<com.mongodb.internal.connection.tlschannel.impl.BufferHolder>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1
  super_class: java.lang.Object
{
  final com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl this$0;
    descriptor: Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private final boolean val$releaseBuffers;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl, com.mongodb.internal.connection.tlschannel.TrackingAllocator, boolean);
    descriptor: (Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;Lcom/mongodb/internal/connection/tlschannel/TrackingAllocator;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1 this
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.this$0:Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.val$encryptedBufAllocator:Lcom/mongodb/internal/connection/tlschannel/TrackingAllocator;
            aload 0 /* this */
            iload 3
            putfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.val$releaseBuffers:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl$1;
    MethodParameters:
                           Name  Flags
      this$0                     final
      val$encryptedBufAllocator  final
      val$releaseBuffers         final

  public com.mongodb.internal.connection.tlschannel.impl.BufferHolder get();
    descriptor: ()Lcom/mongodb/internal/connection/tlschannel/impl/BufferHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1 this
         0: .line 137
            new com.mongodb.internal.connection.tlschannel.impl.BufferHolder
            dup
         1: .line 138
            ldc "inEncrypted"
         2: .line 139
            aload 0 /* this */
            getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.val$encryptedBufAllocator:Lcom/mongodb/internal/connection/tlschannel/TrackingAllocator;
         3: .line 140
            sipush 4096
         4: .line 141
            sipush 17408
         5: .line 142
            iconst_0
         6: .line 143
            aload 0 /* this */
            getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.val$releaseBuffers:Z
         7: .line 137
            invokespecial com.mongodb.internal.connection.tlschannel.impl.BufferHolder.<init>:(Ljava/lang/String;Lcom/mongodb/internal/connection/tlschannel/BufferAllocator;IIZZ)V
            areturn
        end local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl$1;

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1.get:()Lcom/mongodb/internal/connection/tlschannel/impl/BufferHolder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Lcom/mongodb/internal/connection/tlschannel/impl/BufferHolder;>;
SourceFile: "TlsChannelImpl.java"
EnclosingMethod: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl.<init>:(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/channels/WritableByteChannel;Ljavax/net/ssl/SSLEngine;Ljava/util/Optional;Ljava/util/function/Consumer;ZLcom/mongodb/internal/connection/tlschannel/TrackingAllocator;Lcom/mongodb/internal/connection/tlschannel/TrackingAllocator;ZZ)V
NestHost: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl
InnerClasses:
  com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$1