play.api.libs.ws.ssl.debug.FixInternalDebugLogging

MonkeyPatchInternalSslDebugAction

Related Doc: package FixInternalDebugLogging

class MonkeyPatchInternalSslDebugAction extends FixLoggingAction

Source
FixInternalDebugLogging.scala
Linear Supertypes
FixLoggingAction, ClassFinder, MonkeyPatcher, PrivilegedExceptionAction[Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonkeyPatchInternalSslDebugAction
  2. FixLoggingAction
  3. ClassFinder
  4. MonkeyPatcher
  5. PrivilegedExceptionAction
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MonkeyPatchInternalSslDebugAction(newOptions: String)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val debugClassName: String

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findClasses: Set[Class[_]]

    Definition Classes
    ClassFinder
  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. val initialResource: String

    A resource (in a jar file, usually) in the format "/java/lang/String.class".

    A resource (in a jar file, usually) in the format "/java/lang/String.class". This returns an initial URL that leads to the JAR file we search for classes.

    Definition Classes
    MonkeyPatchInternalSslDebugActionClassFinder
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def isUsingDebug: Boolean

    Returns true if newOptions is not null and newOptions is not empty.

    Returns true if newOptions is not null and newOptions is not empty. If false, then debug values

    returns

  16. def isValidClass(className: String): Boolean

    Returns true if this class has an instance of the class returned by debugClassName, false otherwise.

    Returns true if this class has an instance of the class returned by debugClassName, false otherwise.

    className

    the name of the class.

    returns

    true if this class should be returned in the set of findClasses, false otherwise.

    Definition Classes
    MonkeyPatchInternalSslDebugActionClassFinder
  17. def isValidField(field: Field, definedType: Class[_]): Boolean

    Definition Classes
    FixLoggingAction
  18. val logger: org.slf4j.Logger

  19. def monkeyPatchField(field: Field, newObject: AnyRef): Unit

    Monkeypatches any given field.

    Monkeypatches any given field.

    field

    the field to change

    newObject

    the new object to place in the field.

    Definition Classes
    MonkeyPatcher
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. val newOptions: String

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def run(): Unit

    Definition Classes
    MonkeyPatchInternalSslDebugAction → PrivilegedExceptionAction
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from FixLoggingAction

Inherited from ClassFinder

Inherited from MonkeyPatcher

Inherited from PrivilegedExceptionAction[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped