JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
B
C
E
M
N
O
R
S
T
W
Z
B
build()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
C
check()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
Sends an empty json message to the configured endpoint.
clientBuilder()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
close()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
Waits up to a second for in-flight requests to finish before cancelling them
compressionEnabled(boolean)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Default true.
connectTimeout(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Sets the default connect timeout (in milliseconds) for new connections.
create(String)
- Static method in class zipkin2.reporter.okhttp3.
OkHttpSender
Creates a sender that posts
Encoding.JSON
messages.
E
encoding()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
encoding(Encoding)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Use this to change the encoding used in messages.
endpoint(String)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
No default.
endpoint(HttpUrl)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
M
maxRequests(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Maximum in-flight requests.
messageMaxBytes()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
messageMaxBytes(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Maximum size of a message.
messageSizeInBytes(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
messageSizeInBytes(List<byte[]>)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
N
newBuilder()
- Static method in class zipkin2.reporter.okhttp3.
OkHttpSender
O
OkHttpSender
- Class in
zipkin2.reporter.okhttp3
Reports spans to Zipkin, using its
POST
endpoint.
OkHttpSender.Builder
- Class in
zipkin2.reporter.okhttp3
R
readTimeout(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Sets the default read timeout (in milliseconds) for new connections.
S
sendSpans(List<byte[]>)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
The returned call sends spans as a POST to
endpoint(String)
.
T
toBuilder()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
Creates a builder out of this object.
toString()
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender
W
writeTimeout(int)
- Method in class zipkin2.reporter.okhttp3.
OkHttpSender.Builder
Sets the default write timeout (in milliseconds) for new connections.
Z
zipkin2.reporter.okhttp3
- package zipkin2.reporter.okhttp3
B
C
E
M
N
O
R
S
T
W
Z
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Copyright © 2016–2018
OpenZipkin
. All rights reserved.