@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 java.lang.String | PREFIX | 
DEFAULT_CONNECTION_POOL_IDLE_TIMEOUT_SECONDS, DEFAULT_EXCEPTION_ON_ERROR_STATUS, DEFAULT_FOLLOW_REDIRECTS, DEFAULT_MAX_CONTENT_LENGTH, DEFAULT_READ_IDLE_TIMEOUT_MINUTES, DEFAULT_READ_TIMEOUT_SECONDS, DEFAULT_SHUTDOWN_QUIET_PERIOD_MILLISECONDS, 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, getConnectionPoolIdleTimeout, getConnectTimeout, getConnectTtl, getDefaultCharset, getEventLoopGroup, getHttpVersion, getLoggerName, getLogLevel, getMaxContentLength, getNumOfThreads, getProxyAddress, getProxyPassword, getProxySelector, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getShutdownQuietPeriod, getShutdownTimeout, getSslConfiguration, getThreadFactory, isExceptionOnErrorStatus, isFollowRedirects, resolveProxy, setChannelOptions, setConnectionPoolIdleTimeout, setConnectTimeout, setConnectTtl, setDefaultCharset, setEventLoopGroup, setExceptionOnErrorStatus, setFollowRedirects, setHttpVersion, setLoggerName, setLogLevel, setMaxContentLength, setNumOfThreads, setProxyAddress, setProxyPassword, setProxySelector, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setShutdownQuietPeriod, setShutdownTimeout, setSslConfiguration, setThreadFactorypublic static final java.lang.String PREFIX
@ConfigurationBuilder(prefixes="") protected final HttpClientSender.Builder clientSenderBuilder
public HttpClientSenderConfiguration()
public HttpClientConfiguration.ConnectionPoolConfiguration getConnectionPoolConfiguration()
HttpClientConfigurationgetConnectionPoolConfiguration in class HttpClientConfigurationpublic HttpClientSender.Builder getBuilder()
HttpClientSender