Class/Object

play.api.libs.ws.ahc.cache

BackgroundAsyncHandler

Related Docs: object BackgroundAsyncHandler | package cache

Permalink

class BackgroundAsyncHandler[T] extends AsyncHandler[T] with Debug

An async handler that accumulates a response and stores it to cache in the background.

Source
BackgroundAsyncHandler.scala
Linear Supertypes
Debug, AhcUtilities, AsyncHandler[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackgroundAsyncHandler
  2. Debug
  3. AhcUtilities
  4. AsyncHandler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BackgroundAsyncHandler(request: Request, cache: AhcHttpCache)

    Permalink

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def debug(bodyPart: HttpResponseBodyPart): String

    Permalink
    Definition Classes
    Debug
  7. def debug[T](ctx: FilterContext[T]): String

    Permalink
    Definition Classes
    Debug
  8. def debug[T](handler: AsyncHandler[T]): String

    Permalink
    Definition Classes
    Debug
  9. def debug(bodyParts: List[HttpResponseBodyPart]): String

    Permalink
    Definition Classes
    Debug
  10. def debug(responseHeaders: HttpResponseHeaders): String

    Permalink
    Definition Classes
    Debug
  11. def debug(responseStatus: HttpResponseStatus): String

    Permalink
    Definition Classes
    Debug
  12. def debug(response: Response): String

    Permalink
    Definition Classes
    Debug
  13. def debug(request: Request): String

    Permalink
    Definition Classes
    Debug
  14. def debug(cfg: AsyncHttpClientConfig): String

    Permalink
    Definition Classes
    Debug
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]

    Permalink
    Definition Classes
    AhcUtilities
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def onBodyPartReceived(content: HttpResponseBodyPart): State

    Permalink
    Definition Classes
    BackgroundAsyncHandler → AsyncHandler
    Annotations
    @throws( classOf[Exception] )
  26. def onCompleted(): T

    Permalink
    Definition Classes
    BackgroundAsyncHandler → AsyncHandler
  27. def onHeadersReceived(headers: HttpResponseHeaders): State

    Permalink
    Definition Classes
    BackgroundAsyncHandler → AsyncHandler
    Annotations
    @throws( classOf[Exception] )
  28. def onStatusReceived(status: HttpResponseStatus): State

    Permalink
    Definition Classes
    BackgroundAsyncHandler → AsyncHandler
    Annotations
    @throws( classOf[Exception] )
  29. def onThrowable(t: Throwable): Unit

    Permalink
    Definition Classes
    BackgroundAsyncHandler → AsyncHandler
  30. def processFullResponse(fullResponse: CacheableResponse): Unit

    Permalink
    Attributes
    protected
  31. def processNotModifiedResponse(notModifiedResponse: CacheableResponse): Unit

    Permalink
    Attributes
    protected
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Debug

Inherited from AhcUtilities

Inherited from AsyncHandler[T]

Inherited from AnyRef

Inherited from Any

Ungrouped