Package io.airlift.http.client.jetty
Class ConnectionStats
java.lang.Object
io.airlift.http.client.jetty.ConnectionStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublelonglongdoublelonglonglonglonglonglong
-
Constructor Details
-
ConnectionStats
public ConnectionStats(org.eclipse.jetty.io.ConnectionStatistics connectionStats)
-
-
Method Details
-
getReceivedBytes
public long getReceivedBytes() -
getSentBytes
public long getSentBytes() -
getMaxConnectionDuration
public long getMaxConnectionDuration() -
getMeanConnectionDuration
public double getMeanConnectionDuration() -
getConnectionDurationStdDev
public double getConnectionDurationStdDev() -
getTotalConnectionCount
public long getTotalConnectionCount() -
getOpenConnectionCount
public long getOpenConnectionCount() -
getMaxOpenConnections
public long getMaxOpenConnections() -
getReceivedMessageCount
public long getReceivedMessageCount() -
getSentMessageCount
public long getSentMessageCount()
-