t

coursier

AuthenticatedURLConnection

trait AuthenticatedURLConnection extends URLConnection

Linear Supertypes
URLConnection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticatedURLConnection
  2. URLConnection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def authenticate(authentication: Authentication): Unit
  2. abstract def connect(): Unit
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )

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. def addRequestProperty(arg0: String, arg1: String): Unit
    Definition Classes
    URLConnection
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAllowUserInteraction(): Boolean
    Definition Classes
    URLConnection
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def getConnectTimeout(): Int
    Definition Classes
    URLConnection
  13. def getContent(arg0: Array[Class]): AnyRef
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def getContent(): AnyRef
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def getContentEncoding(): String
    Definition Classes
    URLConnection
  16. def getContentLength(): Int
    Definition Classes
    URLConnection
  17. def getContentLengthLong(): Long
    Definition Classes
    URLConnection
  18. def getContentType(): String
    Definition Classes
    URLConnection
  19. def getDate(): Long
    Definition Classes
    URLConnection
  20. def getDefaultUseCaches(): Boolean
    Definition Classes
    URLConnection
  21. def getDoInput(): Boolean
    Definition Classes
    URLConnection
  22. def getDoOutput(): Boolean
    Definition Classes
    URLConnection
  23. def getExpiration(): Long
    Definition Classes
    URLConnection
  24. def getHeaderField(arg0: Int): String
    Definition Classes
    URLConnection
  25. def getHeaderField(arg0: String): String
    Definition Classes
    URLConnection
  26. def getHeaderFieldDate(arg0: String, arg1: Long): Long
    Definition Classes
    URLConnection
  27. def getHeaderFieldInt(arg0: String, arg1: Int): Int
    Definition Classes
    URLConnection
  28. def getHeaderFieldKey(arg0: Int): String
    Definition Classes
    URLConnection
  29. def getHeaderFieldLong(arg0: String, arg1: Long): Long
    Definition Classes
    URLConnection
  30. def getHeaderFields(): Map[String, List[String]]
    Definition Classes
    URLConnection
  31. def getIfModifiedSince(): Long
    Definition Classes
    URLConnection
  32. def getInputStream(): InputStream
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def getLastModified(): Long
    Definition Classes
    URLConnection
  34. def getOutputStream(): OutputStream
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def getPermission(): Permission
    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def getReadTimeout(): Int
    Definition Classes
    URLConnection
  37. def getRequestProperties(): Map[String, List[String]]
    Definition Classes
    URLConnection
  38. def getRequestProperty(arg0: String): String
    Definition Classes
    URLConnection
  39. def getURL(): URL
    Definition Classes
    URLConnection
  40. def getUseCaches(): Boolean
    Definition Classes
    URLConnection
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  46. def setAllowUserInteraction(arg0: Boolean): Unit
    Definition Classes
    URLConnection
  47. def setConnectTimeout(arg0: Int): Unit
    Definition Classes
    URLConnection
  48. def setDefaultUseCaches(arg0: Boolean): Unit
    Definition Classes
    URLConnection
  49. def setDoInput(arg0: Boolean): Unit
    Definition Classes
    URLConnection
  50. def setDoOutput(arg0: Boolean): Unit
    Definition Classes
    URLConnection
  51. def setIfModifiedSince(arg0: Long): Unit
    Definition Classes
    URLConnection
  52. def setReadTimeout(arg0: Int): Unit
    Definition Classes
    URLConnection
  53. def setRequestProperty(arg0: String, arg1: String): Unit
    Definition Classes
    URLConnection
  54. def setUseCaches(arg0: Boolean): Unit
    Definition Classes
    URLConnection
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    URLConnection → AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from URLConnection

Inherited from AnyRef

Inherited from Any

Ungrouped