Packages

c

app.k8ty.sbt.gitlab

K8tyGitlabURLHandler

abstract class K8tyGitlabURLHandler extends GigahorseUrlHandler

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

Instance Constructors

  1. new K8tyGitlabURLHandler()

Abstract Value Members

  1. abstract val headerName: String
  2. abstract val headerVal: String

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def download(url: URL, dest: File, l: CopyProgressListener): Unit
    Definition Classes
    GigahorseUrlHandler → URLHandler
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getContentLength(arg0: URL, arg1: Int): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  12. def getContentLength(arg0: URL): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  13. def getDecodingInputStream(arg0: String, arg1: InputStream): InputStream
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def getLastModified(arg0: URL, arg1: Int): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  15. def getLastModified(arg0: URL): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  16. def getRequestMethod(): Int
    Definition Classes
    AbstractURLHandler
  17. def getURLInfo(url0: URL, timeout: Int): URLInfo
    Definition Classes
    GigahorseUrlHandler → URLHandler
  18. def getURLInfo(url: URL): URLInfo
    Definition Classes
    GigahorseUrlHandler → URLHandler
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isReachable(arg0: URL, arg1: Int): Boolean
    Definition Classes
    AbstractURLHandler → URLHandler
  22. def isReachable(arg0: URL): Boolean
    Definition Classes
    AbstractURLHandler → URLHandler
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def normalizeToString(arg0: URL): String
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def normalizeToURL(arg0: URL): URL
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def openStream(url: URL): InputStream
    Definition Classes
    GigahorseUrlHandler → URLHandler
  29. def setRequestMethod(arg0: Int): Unit
    Definition Classes
    AbstractURLHandler → URLHandler
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def upload(source: sbt.File, dest0: sbt.URL, l: CopyProgressListener): Unit
    Definition Classes
    K8tyGitlabURLHandler → GigahorseUrlHandler → URLHandler
  33. def validatePutStatusCode(arg0: URL, arg1: Int, arg2: String): Unit
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GigahorseUrlHandler

Inherited from AbstractURLHandler

Inherited from URLHandler

Inherited from AnyRef

Inherited from Any

Ungrouped