Class VespaAsyncHttpClientBuilder

java.lang.Object
ai.vespa.util.http.hc5.VespaAsyncHttpClientBuilder

public class VespaAsyncHttpClientBuilder extends Object
Async http client builder for internal Vespa communications over http/https. Configures Vespa mTLS and handles TLS mixed mode automatically. Client should only be used for requests to Vespa services. Caveats: - custom connection manager must be configured through create(AsyncConnectionManagerFactory).
Author:
bjorncs