class com.mongodb.async.client.ClientSessionHelper$1 implements com.mongodb.selector.ServerSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.ClientSessionHelper$1
  super_class: java.lang.Object
{
  final com.mongodb.async.client.ClientSessionHelper this$0;
    descriptor: Lcom/mongodb/async/client/ClientSessionHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.async.client.ClientSessionHelper);
    descriptor: (Lcom/mongodb/async/client/ClientSessionHelper;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.ClientSessionHelper$1 this
         0: .line 68
            aload 0 /* this */
            aload 1
            putfield com.mongodb.async.client.ClientSessionHelper$1.this$0:Lcom/mongodb/async/client/ClientSessionHelper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.async.client.ClientSessionHelper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/ClientSessionHelper$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.List<com.mongodb.connection.ServerDescription> select(com.mongodb.connection.ClusterDescription);
    descriptor: (Lcom/mongodb/connection/ClusterDescription;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.ClientSessionHelper$1 this
        start local 1 // com.mongodb.connection.ClusterDescription clusterDescription
         0: .line 71
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionHelper$1.this$0:Lcom/mongodb/async/client/ClientSessionHelper;
            aload 1 /* clusterDescription */
            invokevirtual com.mongodb.async.client.ClientSessionHelper.getServerDescriptionListToConsiderForSessionSupport:(Lcom/mongodb/connection/ClusterDescription;)Ljava/util/List;
            areturn
        end local 1 // com.mongodb.connection.ClusterDescription clusterDescription
        end local 0 // com.mongodb.async.client.ClientSessionHelper$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/mongodb/async/client/ClientSessionHelper$1;
            0    1     1  clusterDescription  Lcom/mongodb/connection/ClusterDescription;
    Signature: (Lcom/mongodb/connection/ClusterDescription;)Ljava/util/List<Lcom/mongodb/connection/ServerDescription;>;
    MethodParameters:
                    Name  Flags
      clusterDescription  final
}
SourceFile: "ClientSessionHelper.java"
EnclosingMethod: com.mongodb.async.client.ClientSessionHelper.createClientSession:(Lcom/mongodb/ClientSessionOptions;Lcom/mongodb/async/client/OperationExecutor;Lcom/mongodb/async/SingleResultCallback;)V
NestHost: com.mongodb.async.client.ClientSessionHelper
InnerClasses:
  com.mongodb.async.client.ClientSessionHelper$1