Builder

trait Builder[F[_]] extends BuilderPlatform[F]
Companion
object
trait BuilderPlatform[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def system: F[TLSContext[F]]

Creates a TLSContext from the system default SSLContext.

Creates a TLSContext from the system default SSLContext.

Inherited methods

Inherited from
BuilderPlatform