GigahorseUrlHandler

sbt.internal.librarymanagement.ivyint.GigahorseUrlHandler
See theGigahorseUrlHandler companion object
class GigahorseUrlHandler(http: OkHttpClient) extends AbstractURLHandler

Attributes

Companion
object
Graph
Supertypes
class AbstractURLHandler
trait URLHandler
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def download(url: URL, dest: File, l: CopyProgressListener): Unit
def getURLInfo(url: URL): URLInfo

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.

Attributes

def getURLInfo(url0: URL, timeout: Int): URLInfo

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.

Attributes

def openStream(url: URL): InputStream
def upload(source: File, dest0: URL, l: CopyProgressListener): Unit

Inherited methods

def getContentLength(x$0: URL, x$1: Int): Long

Attributes

Inherited from:
AbstractURLHandler
def getContentLength(x$0: URL): Long

Attributes

Inherited from:
AbstractURLHandler
def getLastModified(x$0: URL, x$1: Int): Long

Attributes

Inherited from:
AbstractURLHandler
def getLastModified(x$0: URL): Long

Attributes

Inherited from:
AbstractURLHandler
def getRequestMethod(): Int

Attributes

Inherited from:
AbstractURLHandler
def isReachable(x$0: URL, x$1: Int): Boolean

Attributes

Inherited from:
AbstractURLHandler
def isReachable(x$0: URL): Boolean

Attributes

Inherited from:
AbstractURLHandler
def setRequestMethod(x$0: Int): Unit

Attributes

Inherited from:
AbstractURLHandler