Packages

c

org.http4s.client.asynchttpclient

AsyncHttpClientStats

class AsyncHttpClientStats[F[_]] extends AnyRef

Annotations
@nowarn( value = "cat=unused" )
Source
AsyncHttpClientStats.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncHttpClientStats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncHttpClientStats(underlying: ClientStats)(implicit arg0: Sync[F], F: Sync[F])

Value Members

  1. def getStatsPerHost: F[Map[String, HostStats]]
  2. def getTotalActiveConnectionCount: F[Long]
  3. def getTotalConnectionCount: F[Long]
  4. def getTotalIdleConnectionCount: F[Long]