bintry.package.having

Progress

case class Progress[T](_onProgress: (Step) ⇒ Unit, _onHeaderComplete: () ⇒ Unit, _onComplete: () ⇒ Unit, _response: (Response) ⇒ T) extends AsyncCompletionHandler[T] with ProgressAsyncHandler[T] with Product with Serializable

a completion handler an progres listener all in one

Linear Supertypes
Serializable, Serializable, Product, Equals, AsyncCompletionHandler[T], ProgressAsyncHandler[T], AsyncHandler[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Progress
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AsyncCompletionHandler
  7. ProgressAsyncHandler
  8. AsyncHandler
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Progress(_onProgress: (Step) ⇒ Unit, _onHeaderComplete: () ⇒ Unit, _onComplete: () ⇒ Unit, _response: (Response) ⇒ T)

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 _onComplete: () ⇒ Unit

  7. val _onHeaderComplete: () ⇒ Unit

  8. val _onProgress: (Step) ⇒ Unit

  9. val _response: (Response) ⇒ T

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(arg0: Any): Boolean

    Definition Classes
    Progress → Equals
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Progress → Equals → AnyRef → Any
  15. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  22. def onBodyPartReceived(arg0: HttpResponseBodyPart): STATE

    Definition Classes
    AsyncCompletionHandler → AsyncHandler
    Annotations
    @throws()
  23. def onComplete(complete: () ⇒ Unit): Progress[T]

  24. final def onCompleted(response: Response): T

    Definition Classes
    Progress → AsyncCompletionHandler
  25. final def onCompleted(): T

    Definition Classes
    AsyncCompletionHandler → AsyncHandler
    Annotations
    @throws()
  26. final def onContentWriteCompleted(): STATE

    Definition Classes
    Progress → AsyncCompletionHandler → ProgressAsyncHandler
  27. final def onContentWriteProgress(amount: Long, current: Long, total: Long): STATE

    Definition Classes
    Progress → AsyncCompletionHandler → ProgressAsyncHandler
  28. def onHeaderComplete(complete: () ⇒ Unit): Progress[T]

  29. final def onHeaderWriteCompleted(): STATE

    Definition Classes
    Progress → AsyncCompletionHandler → ProgressAsyncHandler
  30. def onHeadersReceived(arg0: HttpResponseHeaders): STATE

    Definition Classes
    AsyncCompletionHandler → AsyncHandler
    Annotations
    @throws()
  31. def onStatusReceived(arg0: HttpResponseStatus): STATE

    Definition Classes
    AsyncCompletionHandler → AsyncHandler
    Annotations
    @throws()
  32. def onThrowable(arg0: Throwable): Unit

    Definition Classes
    AsyncCompletionHandler → AsyncHandler
  33. def productArity: Int

    Definition Classes
    Progress → Product
  34. def productElement(arg0: Int): Any

    Definition Classes
    Progress → Product
  35. def productIterator: Iterator[Any]

    Definition Classes
    Product
  36. def productPrefix: String

    Definition Classes
    Progress → Product
  37. def response[T](response: (Response) ⇒ T): Progress[T]

  38. final def stop(): Unit

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

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AsyncCompletionHandler[T]

Inherited from ProgressAsyncHandler[T]

Inherited from AsyncHandler[T]

Inherited from AnyRef

Inherited from Any