Class

sbt.internal.librarymanagement.ivyint

GigahorseUrlHandler

Related Doc: package ivyint

Permalink

class GigahorseUrlHandler extends AbstractURLHandler

Linear Supertypes
AbstractURLHandler, URLHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GigahorseUrlHandler
  2. AbstractURLHandler
  3. URLHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GigahorseUrlHandler()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkStatusCode(url: URL, con: HttpURLConnection): Boolean

    Permalink
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    GigahorseUrlHandler → URLHandler
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getContentLength(arg0: URL, arg1: Int): Long

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  13. def getContentLength(arg0: URL): Long

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  14. def getDecodingInputStream(arg0: String, arg1: InputStream): InputStream

    Permalink
    Attributes
    protected[org.apache.ivy.util.url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def getLastModified(arg0: URL, arg1: Int): Long

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  16. def getLastModified(arg0: URL): Long

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  17. def getRequestMethod(): Int

    Permalink
    Definition Classes
    AbstractURLHandler
  18. def getURLInfo(url0: URL, timeout: Int): URLInfo

    Permalink

    Returns the URLInfo of the given url or a #UNAVAILABLE instance, if the url is not reachable.

    Returns the URLInfo of the given url or a #UNAVAILABLE instance, if the url is not reachable.

    Definition Classes
    GigahorseUrlHandler → URLHandler
  19. def getURLInfo(url: URL): URLInfo

    Permalink

    Returns the URLInfo of the given url or a #UNAVAILABLE instance, if the url is not reachable.

    Returns the URLInfo of the given url or a #UNAVAILABLE instance, if the url is not reachable.

    Definition Classes
    GigahorseUrlHandler → URLHandler
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. def isReachable(arg0: URL, arg1: Int): Boolean

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  23. def isReachable(arg0: URL): Boolean

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def normalizeToString(arg0: URL): String

    Permalink
    Attributes
    protected[org.apache.ivy.util.url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def normalizeToURL(arg0: URL): URL

    Permalink
    Attributes
    protected[org.apache.ivy.util.url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def openStream(url0: URL): InputStream

    Permalink
    Definition Classes
    GigahorseUrlHandler → URLHandler
  30. def setRequestMethod(arg0: Int): Unit

    Permalink
    Definition Classes
    AbstractURLHandler → URLHandler
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def upload(source: File, dest0: URL, l: CopyProgressListener): Unit

    Permalink
    Definition Classes
    GigahorseUrlHandler → URLHandler
  34. def validatePutStatusCode(arg0: URL, arg1: Int, arg2: String): Unit

    Permalink
    Attributes
    protected[org.apache.ivy.util.url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractURLHandler

Inherited from URLHandler

Inherited from AnyRef

Inherited from Any

Ungrouped