HttpConnectionStateValue

org.typelevel.otel4s.semconv.experimental.attributes.HttpExperimentalAttributes.HttpConnectionStateValue
See theHttpConnectionStateValue companion class

Attributes

Companion
class
Source
HttpExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Active extends HttpConnectionStateValue

active state.

active state.

Attributes

Source
HttpExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Active.type
case object Idle extends HttpConnectionStateValue

idle state.

idle state.

Attributes

Source
HttpExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Idle.type