HttpClientSession

org.http4s.blaze.http.HttpClientSession$
See theHttpClientSession companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case object Busy extends Status

The session is busy and cannot dispatch a message at this time, but may be able to in the future

The session is busy and cannot dispatch a message at this time, but may be able to in the future

Attributes

Source:
HttpClientSession.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Busy.type
case object Closed extends Status

The session will no longer be able to dispatch requests

The session will no longer be able to dispatch requests

Attributes

Source:
HttpClientSession.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Closed.type
case object Ready extends Status

Able to dispatch now

Able to dispatch now

Attributes

Source:
HttpClientSession.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Ready.type

ClientResponse that can be released

ClientResponse that can be released

Attributes

Source:
HttpClientSession.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait Status

Attributes

Source:
HttpClientSession.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Busy.type
object Closed.type
object Ready.type