Packages

c

dotterweide.io.impl

FileDownloadImpl

class FileDownloadImpl extends ResumableAsyncHandler with FileDownload

Self Type
FileDownloadImpl
Linear Supertypes
FileDownload, ObservableEvents[Progress], ResumableAsyncHandler, AsyncHandler[Response], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileDownloadImpl
  2. FileDownload
  3. ObservableEvents
  4. ResumableAsyncHandler
  5. AsyncHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FileDownloadImpl(req: Req, out: File, http: Http = Http.default)

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. def abort(): Unit

    Aborts the future with an InterruptedException

    Aborts the future with an InterruptedException

    Definition Classes
    FileDownloadImplFileDownload
  5. def adjustRequestRange(arg0: Request): Request
    Definition Classes
    ResumableAsyncHandler
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def disconnect(action: (Progress) => Unit): Unit
    Definition Classes
    ObservableEvents
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def notifyObservers(event: Progress): Unit
    Definition Classes
    ObservableEvents
  18. def onBodyPartReceived(arg0: HttpResponseBodyPart): State
    Definition Classes
    ResumableAsyncHandler → AsyncHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  19. def onChange(action: (Progress) => Unit): Unit
    Definition Classes
    ObservableEvents
  20. def onCompleted(): Response
    Definition Classes
    ResumableAsyncHandler → AsyncHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  21. def onConnectionOffer(arg0: Channel): Unit
    Definition Classes
    AsyncHandler
  22. def onConnectionPoolAttempt(): Unit
    Definition Classes
    AsyncHandler
  23. def onConnectionPooled(arg0: Channel): Unit
    Definition Classes
    AsyncHandler
  24. def onHeadersReceived(headers: HttpHeaders): State
    Definition Classes
    FileDownloadImpl → ResumableAsyncHandler → AsyncHandler
  25. def onHostnameResolutionAttempt(arg0: String): Unit
    Definition Classes
    AsyncHandler
  26. def onHostnameResolutionFailure(arg0: String, arg1: Throwable): Unit
    Definition Classes
    AsyncHandler
  27. def onHostnameResolutionSuccess(arg0: String, arg1: List[InetSocketAddress]): Unit
    Definition Classes
    AsyncHandler
  28. def onRequestSend(arg0: NettyRequest): Unit
    Definition Classes
    AsyncHandler
  29. def onRetry(): Unit
    Definition Classes
    AsyncHandler
  30. def onStatusReceived(arg0: HttpResponseStatus): State
    Definition Classes
    ResumableAsyncHandler → AsyncHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  31. def onTcpConnectAttempt(arg0: InetSocketAddress): Unit
    Definition Classes
    AsyncHandler
  32. def onTcpConnectFailure(arg0: InetSocketAddress, arg1: Throwable): Unit
    Definition Classes
    AsyncHandler
  33. def onTcpConnectSuccess(arg0: InetSocketAddress, arg1: Channel): Unit
    Definition Classes
    AsyncHandler
  34. def onThrowable(t: Throwable): Unit
    Definition Classes
    FileDownloadImpl → ResumableAsyncHandler → AsyncHandler
  35. def onTlsHandshakeAttempt(): Unit
    Definition Classes
    AsyncHandler
  36. def onTlsHandshakeFailure(arg0: Throwable): Unit
    Definition Classes
    AsyncHandler
  37. def onTlsHandshakeSuccess(arg0: SSLSession): Unit
    Definition Classes
    AsyncHandler
  38. def onTrailingHeadersReceived(arg0: HttpHeaders): State
    Definition Classes
    ResumableAsyncHandler → AsyncHandler
  39. def progress: Progress

    Download progress; total will be reported negative (and relative zero) until the file size has been determined.

    Download progress; total will be reported negative (and relative zero) until the file size has been determined.

    Definition Classes
    FileDownloadImplFileDownload
  40. def setResumableListener(arg0: ResumableListener): ResumableAsyncHandler
    Definition Classes
    ResumableAsyncHandler
  41. def status: Future[Unit]

    Completion and status of the download.

    Completion and status of the download.

    Definition Classes
    FileDownloadImplFileDownload
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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

Inherited from FileDownload

Inherited from ObservableEvents[Progress]

Inherited from ResumableAsyncHandler

Inherited from AsyncHandler[Response]

Inherited from AnyRef

Inherited from Any

Ungrouped