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

Members list

Concise view

Type members

Classlikes

object Data

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FromFile
object Generate.type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Inherited types

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