TLSParameters

fs2.io.net.tls.TLSParameters$
See theTLSParameters companion trait

Attributes

Companion:
trait
Source:
TLSParameters.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(protocolPreferences: Option[List[String]], cipherPreferences: Option[String], serverName: Option[String], verifyHostCallback: Option[String => SyncIO[Boolean]], clientAuthType: Option[CertAuthType]): TLSParameters

Attributes

Source:
TLSParameters.scala

Concrete fields