### Type of issue Inaccurate ### What documentation page is affected https://www.elastic.co/docs/reference/elasticsearch/clients/java/transport/rest5-client/config/basic_authentication ### What happened? In the documentation we mention the use of [org.apache.http.impl.nio.client.HttpAsyncClientBuilder](https://hc.apache.org/httpcomponents-asyncclient-4.1.x/current/httpasyncclient/apidocs/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.html). However, based on the [code](https://github.com/elastic/elasticsearch-java/blob/1988f112097d50d55a39c318e53ebce56092fa43/java-client/src/main/java/co/elastic/clients/transport/rest5_client/low_level/Rest5ClientBuilder.java#L27) we use `org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder` in REST 5 Client ### Additional info _No response_