| Modifier and Type | Method and Description |
|---|---|
static URLConnectionSender.Builder |
URLConnectionSender.builder() |
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.compressionEnabled(boolean compressSpans)
Default true.
|
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.connectTimeout(int connectTimeout)
Default 10 * 1000 milliseconds.
|
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.encoding(Encoding encoding)
Controls the "Content-Type" header when sending spans.
|
URLConnectionSender.Builder |
URLConnectionSender.Builder.endpoint(String endpoint)
No default.
|
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.endpoint(URL postUrl) |
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.messageMaxBytes(int messageMaxBytes)
Maximum size of a message.
|
abstract URLConnectionSender.Builder |
URLConnectionSender.Builder.readTimeout(int readTimeout)
Default 60 * 1000 milliseconds.
|
abstract URLConnectionSender.Builder |
URLConnectionSender.toBuilder() |
Copyright © 2016–2017 OpenZipkin. All rights reserved.