scalax.file.ramfs

RamURLConnection

class RamURLConnection extends URLConnection

Linear Supertypes
URLConnection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RamURLConnection
  2. URLConnection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RamURLConnection(url: URL)

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. def connect(): Unit

    Definition Classes
    RamURLConnection → URLConnection
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllowUserInteraction(): Boolean

    Definition Classes
    URLConnection
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getConnectTimeout(): Int

    Definition Classes
    URLConnection
  14. def getContent(arg0: Array[Class[_]]): AnyRef

    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def getContent(): AnyRef

    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def getContentEncoding(): String

    Definition Classes
    URLConnection
  17. def getContentLength(): Int

    Definition Classes
    RamURLConnection → URLConnection
  18. def getContentLengthLong(): Long

    Definition Classes
    URLConnection
  19. def getContentType(): String

    Definition Classes
    URLConnection
  20. def getDate(): Long

    Definition Classes
    URLConnection
  21. def getDefaultUseCaches(): Boolean

    Definition Classes
    URLConnection
  22. def getDoInput(): Boolean

    Definition Classes
    URLConnection
  23. def getDoOutput(): Boolean

    Definition Classes
    URLConnection
  24. def getExpiration(): Long

    Definition Classes
    URLConnection
  25. def getHeaderField(arg0: Int): String

    Definition Classes
    URLConnection
  26. def getHeaderField(arg0: String): String

    Definition Classes
    URLConnection
  27. def getHeaderFieldDate(arg0: String, arg1: Long): Long

    Definition Classes
    URLConnection
  28. def getHeaderFieldInt(arg0: String, arg1: Int): Int

    Definition Classes
    URLConnection
  29. def getHeaderFieldKey(arg0: Int): String

    Definition Classes
    URLConnection
  30. def getHeaderFieldLong(arg0: String, arg1: Long): Long

    Definition Classes
    URLConnection
  31. def getHeaderFields(): Map[String, List[String]]

    Definition Classes
    URLConnection
  32. def getIfModifiedSince(): Long

    Definition Classes
    URLConnection
  33. def getInputStream(): InputStream

    Definition Classes
    RamURLConnection → URLConnection
  34. def getLastModified(): Long

    Definition Classes
    RamURLConnection → URLConnection
  35. def getOutputStream(): OutputStream

    Definition Classes
    RamURLConnection → URLConnection
  36. def getPermission(): Permission

    Definition Classes
    URLConnection
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def getReadTimeout(): Int

    Definition Classes
    URLConnection
  38. def getRequestProperties(): Map[String, List[String]]

    Definition Classes
    URLConnection
  39. def getRequestProperty(arg0: String): String

    Definition Classes
    URLConnection
  40. def getURL(): URL

    Definition Classes
    URLConnection
  41. def getUseCaches(): Boolean

    Definition Classes
    URLConnection
  42. def hashCode(): Int

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

    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  47. lazy val path: RamPath

  48. def setAllowUserInteraction(arg0: Boolean): Unit

    Definition Classes
    URLConnection
  49. def setConnectTimeout(arg0: Int): Unit

    Definition Classes
    URLConnection
  50. def setDefaultUseCaches(arg0: Boolean): Unit

    Definition Classes
    URLConnection
  51. def setDoInput(arg0: Boolean): Unit

    Definition Classes
    URLConnection
  52. def setDoOutput(arg0: Boolean): Unit

    Definition Classes
    URLConnection
  53. def setIfModifiedSince(arg0: Long): Unit

    Definition Classes
    URLConnection
  54. def setReadTimeout(arg0: Int): Unit

    Definition Classes
    URLConnection
  55. def setRequestProperty(arg0: String, arg1: String): Unit

    Definition Classes
    URLConnection
  56. def setUseCaches(arg0: Boolean): Unit

    Definition Classes
    URLConnection
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    URLConnection → AnyRef → Any
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from URLConnection

Inherited from AnyRef

Inherited from Any

Ungrouped