Builder

fs2.io.net.tls.TLSContext$.Builder
See theBuilder companion object
sealed trait Builder[F[_]]

Attributes

Companion:
object
Source:
TLSContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Creates a TLSContext which trusts all certificates.

Creates a TLSContext which trusts all certificates.

Attributes

Source:
TLSContext.scala

Creates a TLSContext from the system default SSLContext.

Creates a TLSContext from the system default SSLContext.

Attributes

Source:
TLSContext.scala

Inherited methods

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
TLSContextPlatform.scala
def insecure: F[TLSContext[F]]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
TLSContextPlatform.scala
def system: F[TLSContext[F]]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
TLSContextPlatform.scala