Class/Object

com.typesafe.sslconfig.ssl

SSLDebugConfig

Related Docs: object SSLDebugConfig | package ssl

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val all: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def enabled: Boolean

    Permalink

    Whether any debug options are enabled.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. val keymanager: Boolean

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val ssl: Boolean

    Permalink
  19. val sslctx: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    SSLDebugConfig → AnyRef → Any
  22. val trustmanager: Boolean

    Permalink
  23. final def wait(): Unit

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

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

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

    Permalink
  27. def withKeymanager(value: Boolean): SSLDebugConfig

    Permalink
  28. def withSsl(value: Boolean): SSLDebugConfig

    Permalink
  29. def withSslctx(value: Boolean): SSLDebugConfig

    Permalink
  30. def withTrustmanager(value: Boolean): SSLDebugConfig

    Permalink

Deprecated Value Members

  1. val certpath: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  2. val defaultctx: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  3. val handshake: Option[SSLDebugHandshakeOptions]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  4. val keygen: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  5. val ocsp: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  6. val pluggability: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  7. val record: Option[SSLDebugRecordOptions]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  8. val session: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  9. val sessioncache: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  10. def withCertPath(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  11. def withDefaultContext(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  13. def withKeygen(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  14. def withOcsp(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  15. def withPluggability(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  17. def withSession(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

  18. def withSessioncache(value: Boolean): SSLDebugConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) not operative

Inherited from AnyRef

Inherited from Any

Ungrouped