com.typesafe.sslconfig.ssl

SSLDebugConfig

final class SSLDebugConfig extends AnyRef

SSL debug configuration.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SSLDebugConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val all: Boolean

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val certpath: Boolean

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val defaultctx: Boolean

  11. def enabled: Boolean

    Whether any debug options are enabled.

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. val handshake: Option[SSLDebugHandshakeOptions]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val keygen: Boolean

  20. val keymanager: Boolean

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val ocsp: Boolean

  25. val pluggability: Boolean

  26. val record: Option[SSLDebugRecordOptions]

  27. val session: Boolean

  28. val sessioncache: Boolean

  29. val ssl: Boolean

  30. val sslctx: Boolean

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    SSLDebugConfig → AnyRef → Any
  33. val trustmanager: Boolean

  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withAll(value: Boolean): SSLDebugConfig

  38. def withCertPath(value: Boolean): SSLDebugConfig

  39. def withDefaultContext(value: Boolean): SSLDebugConfig

  40. def withHandshake(value: Option[SSLDebugHandshakeOptions]): SSLDebugConfig

  41. def withKeygen(value: Boolean): SSLDebugConfig

  42. def withKeymanager(value: Boolean): SSLDebugConfig

  43. def withOcsp(value: Boolean): SSLDebugConfig

  44. def withPluggability(value: Boolean): SSLDebugConfig

  45. def withRecord(value: Option[SSLDebugRecordOptions]): SSLDebugConfig

  46. def withSession(value: Boolean): SSLDebugConfig

  47. def withSessioncache(value: Boolean): SSLDebugConfig

  48. def withSsl(value: Boolean): SSLDebugConfig

  49. def withSslctx(value: Boolean): SSLDebugConfig

  50. def withTrustmanager(value: Boolean): SSLDebugConfig

Inherited from AnyRef

Inherited from Any

Ungrouped