Class TracingHttpAsyncClientBuilder


  • public final class TracingHttpAsyncClientBuilder
    extends org.apache.http.impl.nio.client.HttpAsyncClientBuilder
    Note: The current span is only visible to interceptors added last.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.impl.nio.client.CloseableHttpAsyncClient build()  
      static org.apache.http.impl.nio.client.HttpAsyncClientBuilder create​(HttpTracing httpTracing)  
      static org.apache.http.impl.nio.client.HttpAsyncClientBuilder create​(brave.Tracing tracing)  
      • Methods inherited from class org.apache.http.impl.nio.client.HttpAsyncClientBuilder

        addInterceptorFirst, addInterceptorFirst, addInterceptorLast, addInterceptorLast, create, disableAuthCaching, disableConnectionState, disableCookieManagement, setConnectionManager, setConnectionManagerShared, setConnectionReuseStrategy, setConnectionTimeToLive, setDefaultAuthSchemeRegistry, setDefaultConnectionConfig, setDefaultCookieSpecRegistry, setDefaultCookieStore, setDefaultCredentialsProvider, setDefaultHeaders, setDefaultIOReactorConfig, setDefaultRequestConfig, setEventHandler, setHostnameVerifier, setHttpProcessor, setKeepAliveStrategy, setMaxConnPerRoute, setMaxConnTotal, setProxy, setProxyAuthenticationStrategy, setPublicSuffixMatcher, setRedirectStrategy, setRoutePlanner, setSchemePortResolver, setSSLContext, setSSLHostnameVerifier, setSSLStrategy, setTargetAuthenticationStrategy, setThreadFactory, setUserAgent, setUserTokenHandler, useSystemProperties
    • Method Detail

      • create

        public static org.apache.http.impl.nio.client.HttpAsyncClientBuilder create​(brave.Tracing tracing)
      • create

        public static org.apache.http.impl.nio.client.HttpAsyncClientBuilder create​(HttpTracing httpTracing)
      • build

        public org.apache.http.impl.nio.client.CloseableHttpAsyncClient build()
        Overrides:
        build in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder