SSLConfig

zio.http.SSLConfig$
See theSSLConfig companion class
object SSLConfig

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SSLConfig.type

Members list

Type members

Classlikes

object Data

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Data.type
sealed trait Data

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FromFile
class FromResource
object Generate.type
object HttpBehaviour

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait HttpBehaviour

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Accept.type
object Fail.type
object Redirect.type
object Provider

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Provider.type
sealed trait Provider

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JDK.type
object OpenSSL.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(data: Data): SSLConfig
def fromFile(certPath: String, keyPath: String): SSLConfig
def fromFile(behaviour: HttpBehaviour, certPath: String, keyPath: String): SSLConfig
def fromResource(certPath: String, keyPath: String): SSLConfig
def fromResource(behaviour: HttpBehaviour, certPath: String, keyPath: String): SSLConfig
def generate(behaviour: HttpBehaviour): SSLConfig

Concrete fields