public interface ConnectionMetrics
| 限定符和类型 | 方法和说明 |
|---|---|
default long |
activeConnections()
Returns the number of all the active http1 connections and active http2 connections.
|
long |
activeHttp1Connections()
Returns the number of active http1 connections.
|
long |
activeHttp2Connections()
Returns the number of active http2 connections.
|
long |
activeHttpConnections()
Returns the number of active non-https connections.
|
long |
activeHttpsConnections()
Returns the number of active https connections.
|
default long |
connectionCount()
Returns the accumulated number of all the https and non-https connections.
|
long |
http1ConnectionCount()
Returns the accumulated number of http1 connections.
|
long |
http2ConnectionCount()
Returns the accumulated number of http2 connections.
|
long |
httpConnectionCount()
Returns the accumulated number of non-https connections.
|
long |
httpsConnectionCount()
Returns the accumulated number of https connections.
|
long activeHttp1Connections()
long activeHttp2Connections()
long activeHttpsConnections()
long activeHttpConnections()
default long activeConnections()
long http1ConnectionCount()
long http2ConnectionCount()
long httpConnectionCount()
long httpsConnectionCount()
default long connectionCount()
Copyright © 2020. All rights reserved.