Connection

trait Connection[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def isClosed: Boolean

Determine if the connection is closed and resources have been freed

Determine if the connection is closed and resources have been freed

def isRecyclable: Boolean

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