Interface VespaAsyncHttpClientBuilder.AsyncConnectionManagerFactory

Enclosing class:
VespaAsyncHttpClientBuilder

public static interface VespaAsyncHttpClientBuilder.AsyncConnectionManagerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hc.client5.http.nio.AsyncClientConnectionManager
    create(org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy)
     
  • Method Details

    • create

      org.apache.hc.client5.http.nio.AsyncClientConnectionManager create(org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy)