Interface IHttpClientConfiguration


public interface IHttpClientConfiguration
  • Method Details

    • getMode

    • getManager

      org.apache.hc.client5.http.io.HttpClientConnectionManager getManager()
    • getProxyConfiguration

      default IOptional<IHttpProxyConfiguration,RuntimeException> getProxyConfiguration()
    • close

      void close()
    • getUserAgent

      String getUserAgent()
    • getConfigMode

      net.anwiba.commons.http.HttpClientConfigurationBuilder.ConfigMode getConfigMode()