Packages

t

org.http4s.client

Connection

trait Connection[F[_]] extends AnyRef

Source
Connection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Connection
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isClosed: Boolean

    Determine if the connection is closed and resources have been freed

  2. abstract def isRecyclable: Boolean

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

  3. abstract def requestKey: RequestKey

    The key for requests we are able to serve

  4. abstract def shutdown(): Unit

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