Class VespaAsyncHttpClientBuilder


  • public class VespaAsyncHttpClientBuilder
    extends java.lang.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