HttpClientSession

Companion
class
class Object
trait Matchable
class Any

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

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

case object Ready extends Status

Able to dispatch now

Able to dispatch now

ClientResponse that can be released

ClientResponse that can be released

sealed trait Status