net.virtualvoid.optimizer

IvyDownloadReporter

class IvyDownloadReporter extends URLHandler with Product1[URLHandler]

Linear Supertypes
Product1[URLHandler], Product, Equals, URLHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IvyDownloadReporter
  2. Product1
  3. Product
  4. Equals
  5. URLHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IvyDownloadReporter(underlying: URLHandler)

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. def _1: URLHandler

    Definition Classes
    IvyDownloadReporter → Product1
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canEqual(that: Any): Boolean

    Definition Classes
    IvyDownloadReporter → Equals
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def download(src: URL, dest: File, l: CopyProgressListener): Unit

    Definition Classes
    IvyDownloadReporter → URLHandler
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  15. def getContentLength(url: URL, timeout: Int): Long

    Definition Classes
    IvyDownloadReporter → URLHandler
  16. def getContentLength(url: URL): Long

    Definition Classes
    IvyDownloadReporter → URLHandler
  17. def getLastModified(url: URL, timeout: Int): Long

    Definition Classes
    IvyDownloadReporter → URLHandler
  18. def getLastModified(url: URL): Long

    Definition Classes
    IvyDownloadReporter → URLHandler
  19. def getURLInfo(url: URL, timeout: Int): URLInfo

    Definition Classes
    IvyDownloadReporter → URLHandler
  20. def getURLInfo(url: URL): URLInfo

    Definition Classes
    IvyDownloadReporter → URLHandler
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isReachable(url: URL, timeout: Int): Boolean

    Definition Classes
    IvyDownloadReporter → URLHandler
  24. def isReachable(url: URL): Boolean

    Definition Classes
    IvyDownloadReporter → URLHandler
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def openStream(url: URL): InputStream

    Definition Classes
    IvyDownloadReporter → URLHandler
  29. def printTracingReport(): Unit

  30. def productArity: Int

    Definition Classes
    Product1 → Product
  31. def productElement(n: Int): Any

    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  32. def productIterator: Iterator[Any]

    Definition Classes
    Product
  33. def productPrefix: String

    Definition Classes
    Product
  34. def report(download: NetworkAccess): Unit

  35. def setRequestMethod(requestMethod: Int): Unit

    Definition Classes
    IvyDownloadReporter → URLHandler
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def timeAndReport[T](url: URL, kind: DownloadKind)(body: ⇒ T): T

  38. def timeAndReportWithResult[T](url: URL)(body: ⇒ T)(kindCons: (T) ⇒ DownloadKind): T

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. var totalMillisSpent: Long

  41. var traceEntries: Seq[NetworkAccess]

  42. def upload(src: File, dest: URL, l: CopyProgressListener): Unit

    Definition Classes
    IvyDownloadReporter → URLHandler
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product1[URLHandler]

Inherited from Product

Inherited from Equals

Inherited from URLHandler

Inherited from AnyRef

Inherited from Any

Ungrouped