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

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
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
Self type
Closed.type
case object Ready extends Status

Able to dispatch now

Able to dispatch now

Attributes

Source
HttpClientSession.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
Self type
Ready.type

ClientResponse that can be released

ClientResponse that can be released

Attributes

Source
HttpClientSession.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Status

Attributes

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