class DefaultDownloader extends AbstractDownloader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultDownloader
- AbstractDownloader
- Downloader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultDownloader(id: String, url: URL, location: File)
Type Members
-
case class
ResourceStatus(status: Int, target: URL, length: Long, lastModified: Long, supportRange: Boolean) extends scala.Product with Serializable
- Definition Classes
- AbstractDownloader
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
access(): ResourceStatus
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
contentLength: Long
- Definition Classes
- AbstractDownloader → Downloader
-
def
defaultDownloading(c: URLConnection): Unit
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
def
downloaded: Long
- Definition Classes
- AbstractDownloader → Downloader
-
def
downloading(): Unit
- Attributes
- protected
- Definition Classes
- DefaultDownloader → AbstractDownloader
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finish(url: URL, elaps: Long): Unit
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
location: File
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
val
name: String
- Definition Classes
- AbstractDownloader → Downloader
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
start(): Unit
- Definition Classes
- AbstractDownloader → Downloader
-
var
startAt: Long
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
var
status: Status
- Attributes
- protected
- Definition Classes
- AbstractDownloader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
url: URL
- Definition Classes
- AbstractDownloader → Downloader
-
var
verbose: Boolean
- Definition Classes
- AbstractDownloader
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )