Packages

class AsyncCacheableConnection[T] extends Callable[T] with Debug

Calls the relevant methods on the async handler, providing it with the cached response.

Linear Supertypes
Debug, AhcUtilities, Callable[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncCacheableConnection
  2. Debug
  3. AhcUtilities
  4. Callable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncCacheableConnection(asyncHandler: AsyncHandler[T], request: Request, response: CacheableResponse, future: ListenableFuture[T])

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 call(): T
    Definition Classes
    AsyncCacheableConnection → Callable
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def debug(bodyPart: HttpResponseBodyPart): String
    Definition Classes
    Debug
  8. def debug[T](ctx: FilterContext[T]): String
    Definition Classes
    Debug
  9. def debug[T](handler: AsyncHandler[T]): String
    Definition Classes
    Debug
  10. def debug(bodyParts: List[HttpResponseBodyPart]): String
    Definition Classes
    Debug
  11. def debug(responseHeaders: HttpHeaders): String
    Definition Classes
    Debug
  12. def debug(responseStatus: HttpResponseStatus): String
    Definition Classes
    Debug
  13. def debug(response: Response): String
    Definition Classes
    Debug
  14. def debug(request: Request): String
    Definition Classes
    Debug
  15. def debug(cfg: AsyncHttpClientConfig): String
    Definition Classes
    Debug
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]
    Definition Classes
    AhcUtilities
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AsyncCacheableConnection → AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Debug

Inherited from AhcUtilities

Inherited from Callable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped