@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, getProxySelector, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getShutdownTimeout, getSslConfiguration, getThreadFactory, isFollowRedirects, resolveProxy, setChannelOptions, setConnectTimeout, setDefaultCharset, setFollowRedirects, setLoggerName, setMaxContentLength, setNumOfThreads, setProxyAddress, setProxyPassword, setProxySelector, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setShutdownTimeout, setSslConfiguration, setThreadFactory
public static final String PREFIX
@ConfigurationBuilder(prefixes="") protected final HttpClientSender.Builder clientSenderBuilder
public HttpClientSenderConfiguration()
public HttpClientConfiguration.ConnectionPoolConfiguration getConnectionPoolConfiguration()
HttpClientConfiguration
getConnectionPoolConfiguration
in class HttpClientConfiguration
public HttpClientSender.Builder getBuilder()
HttpClientSender