@ConfigurationProperties(value="http") @Requires(property="tracing.zipkin.http") @Requires(classes=brave.Tracing.class) public static class BraveTracerConfiguration.HttpClientSenderConfiguration extends HttpClientConfiguration
tracing.zipkin.http namespace.HttpClientConfiguration.ConnectionPoolConfiguration| Modifier and Type | Field and Description | 
|---|---|
protected HttpClientSender.Builder | 
clientSenderBuilder  | 
static String | 
PREFIX  | 
DEFAULT_FOLLOW_REDIRECTS, DEFAULT_MAX_CONTENT_LENGTH, DEFAULT_READ_IDLE_TIMEOUT_MINUTES, DEFAULT_READ_TIMEOUT_SECONDS, DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS| Constructor and Description | 
|---|
HttpClientSenderConfiguration()
Initialize the builder with client configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpClientSender.Builder | 
getBuilder()
Creates builder. 
 | 
HttpClientConfiguration.ConnectionPoolConfiguration | 
getConnectionPoolConfiguration()
Obtains the connection pool configuration. 
 | 
getChannelOptions, getConnectTimeout, getDefaultCharset, getLoggerName, getMaxContentLength, getNumOfThreads, getProxyAddress, getProxyPassword, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getShutdownTimeout, getSslConfiguration, getThreadFactory, isFollowRedirects, setChannelOptions, setConnectTimeout, setDefaultCharset, setFollowRedirects, setLoggerName, setMaxContentLength, setNumOfThreads, setProxyAddress, setProxyPassword, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setShutdownTimeout, setSslConfiguration, setThreadFactorypublic static final String PREFIX
@ConfigurationBuilder(prefixes="") protected final HttpClientSender.Builder clientSenderBuilder
public HttpClientSenderConfiguration()
public HttpClientConfiguration.ConnectionPoolConfiguration getConnectionPoolConfiguration()
HttpClientConfigurationgetConnectionPoolConfiguration in class HttpClientConfigurationpublic HttpClientSender.Builder getBuilder()
HttpClientSender