class FileDownloadImpl extends ResumableAsyncHandler with FileDownload
- Self Type
- FileDownloadImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileDownloadImpl
- FileDownload
- ObservableEvents
- ResumableAsyncHandler
- AsyncHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abort(): Unit
Aborts the future with an InterruptedException
Aborts the future with an InterruptedException
- Definition Classes
- FileDownloadImpl → FileDownload
- def adjustRequestRange(arg0: Request): Request
- Definition Classes
- ResumableAsyncHandler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def disconnect(action: (Progress) => Unit): Unit
- Definition Classes
- ObservableEvents
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def notifyObservers(event: Progress): Unit
- Definition Classes
- ObservableEvents
- def onBodyPartReceived(arg0: HttpResponseBodyPart): State
- Definition Classes
- ResumableAsyncHandler → AsyncHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def onChange(action: (Progress) => Unit): Unit
- Definition Classes
- ObservableEvents
- def onCompleted(): Response
- Definition Classes
- ResumableAsyncHandler → AsyncHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def onConnectionOffer(arg0: Channel): Unit
- Definition Classes
- AsyncHandler
- def onConnectionPoolAttempt(): Unit
- Definition Classes
- AsyncHandler
- def onConnectionPooled(arg0: Channel): Unit
- Definition Classes
- AsyncHandler
- def onHeadersReceived(headers: HttpHeaders): State
- Definition Classes
- FileDownloadImpl → ResumableAsyncHandler → AsyncHandler
- def onHostnameResolutionAttempt(arg0: String): Unit
- Definition Classes
- AsyncHandler
- def onHostnameResolutionFailure(arg0: String, arg1: Throwable): Unit
- Definition Classes
- AsyncHandler
- def onHostnameResolutionSuccess(arg0: String, arg1: List[InetSocketAddress]): Unit
- Definition Classes
- AsyncHandler
- def onRequestSend(arg0: NettyRequest): Unit
- Definition Classes
- AsyncHandler
- def onRetry(): Unit
- Definition Classes
- AsyncHandler
- def onStatusReceived(arg0: HttpResponseStatus): State
- Definition Classes
- ResumableAsyncHandler → AsyncHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def onTcpConnectAttempt(arg0: InetSocketAddress): Unit
- Definition Classes
- AsyncHandler
- def onTcpConnectFailure(arg0: InetSocketAddress, arg1: Throwable): Unit
- Definition Classes
- AsyncHandler
- def onTcpConnectSuccess(arg0: InetSocketAddress, arg1: Channel): Unit
- Definition Classes
- AsyncHandler
- def onThrowable(t: Throwable): Unit
- Definition Classes
- FileDownloadImpl → ResumableAsyncHandler → AsyncHandler
- def onTlsHandshakeAttempt(): Unit
- Definition Classes
- AsyncHandler
- def onTlsHandshakeFailure(arg0: Throwable): Unit
- Definition Classes
- AsyncHandler
- def onTlsHandshakeSuccess(arg0: SSLSession): Unit
- Definition Classes
- AsyncHandler
- def onTrailingHeadersReceived(arg0: HttpHeaders): State
- Definition Classes
- ResumableAsyncHandler → AsyncHandler
- def progress: Progress
Download progress;
totalwill be reported negative (andrelativezero) until the file size has been determined.Download progress;
totalwill be reported negative (andrelativezero) until the file size has been determined.- Definition Classes
- FileDownloadImpl → FileDownload
- def setResumableListener(arg0: ResumableListener): ResumableAsyncHandler
- Definition Classes
- ResumableAsyncHandler
- def status: Future[Unit]
Completion and status of the download.
Completion and status of the download.
- Definition Classes
- FileDownloadImpl → FileDownload
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated