| Package | Description |
|---|---|
| com.linecorp.armeria.common.logging |
| Modifier and Type | Method and Description |
|---|---|
static ClientConnectionTimingsBuilder |
ClientConnectionTimings.builder()
Returns a newly created
ClientConnectionTimingsBuilder. |
ClientConnectionTimingsBuilder |
ClientConnectionTimingsBuilder.dnsResolutionEnd()
Sets the time when the client ended to resolve a domain name.
|
ClientConnectionTimingsBuilder |
ClientConnectionTimingsBuilder.pendingAcquisitionEnd()
Sets the time when the client ended to wait for an existing connection attempt in order to use
one connection for HTTP/2.
|
ClientConnectionTimingsBuilder |
ClientConnectionTimingsBuilder.pendingAcquisitionStart()
Sets the time when the client started to wait for the completion of an existing connection attempt
in order to use one connection for HTTP/2.
|
ClientConnectionTimingsBuilder |
ClientConnectionTimingsBuilder.socketConnectEnd()
Sets the time when the client ended to connect to a remote peer.
|
ClientConnectionTimingsBuilder |
ClientConnectionTimingsBuilder.socketConnectStart()
Sets the time when the client started to connect to a remote peer.
|
Copyright © 2020 LeanCloud. All rights reserved.