object SSLConfig extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SSLConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Data extends AnyRef
  2. sealed trait HttpBehaviour extends AnyRef
  3. sealed trait Provider extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(data: Data, clientAuth: ClientAuth): SSLConfig
  5. def apply(data: Data): SSLConfig
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. val config: Config[SSLConfig]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def fromFile(behaviour: HttpBehaviour, certPath: String, keyPath: String, clientAuth: Option[ClientAuth] = None): SSLConfig
  12. def fromFile(certPath: String, keyPath: String, clientAuth: ClientAuth): SSLConfig
  13. def fromFile(certPath: String, keyPath: String): SSLConfig
  14. def fromResource(behaviour: HttpBehaviour, certPath: String, keyPath: String, clientAuth: Option[ClientAuth] = None): SSLConfig
  15. def fromResource(certPath: String, keyPath: String, clientAuth: ClientAuth): SSLConfig
  16. def fromResource(certPath: String, keyPath: String): SSLConfig
  17. def generate(behaviour: HttpBehaviour, clientAuth: Option[ClientAuth] = None): SSLConfig
  18. def generate(clientAuth: ClientAuth): SSLConfig
  19. def generate: SSLConfig
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object Data
  32. object HttpBehaviour
  33. object Provider

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped