Connection

org.http4s.client.Connection
trait Connection[F[_]]

Attributes

Deprecated
true
Source
Connection.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

Attributes

Source
Connection.scala

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.

Attributes

Source
Connection.scala

The key for requests we are able to serve

The key for requests we are able to serve

Attributes

Source
Connection.scala
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

Attributes

Source
Connection.scala