Connection

@deprecated("Is a Blaze detail. Will be removed from public API.", "0.23.8")
trait Connection[F[_]]
Deprecated
class Object
trait Matchable
class Any

Value members

Abstract methods

Determine if the connection is closed and resources have been freed

Determine if the connection is closed and resources have been freed

Determine if the connection is in a state that it can be recycled for another request.

Determine if the connection is in a state that it can be recycled for another request.

The key for requests we are able to serve

The key for requests we are able to serve

def shutdown(): Unit

Close down the connection, freeing resources and potentially aborting a Response

Close down the connection, freeing resources and potentially aborting a Response