Interface VespaHttpClientBuilder.HttpClientConnectionManagerFactory

  • Enclosing class:
    VespaHttpClientBuilder

    public static interface VespaHttpClientBuilder.HttpClientConnectionManagerFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.hc.client5.http.io.HttpClientConnectionManager create​(org.apache.hc.core5.http.config.Registry<org.apache.hc.client5.http.socket.ConnectionSocketFactory> socketFactories)  
    • Method Detail

      • create

        org.apache.hc.client5.http.io.HttpClientConnectionManager create​(org.apache.hc.core5.http.config.Registry<org.apache.hc.client5.http.socket.ConnectionSocketFactory> socketFactories)