rapture.net

FtpUrl

class FtpUrl extends Url[FtpUrl] with NetUrl

Linear Supertypes
NetUrl, Url[FtpUrl], Uri, AbsolutePath[FtpUrl], Path[FtpUrl], Link, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FtpUrl
  2. NetUrl
  3. Url
  4. Uri
  5. AbsolutePath
  6. Path
  7. Link
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FtpUrl(pathRoot: NetPathRoot[FtpUrl], path: Seq[String])

Type Members

  1. trait Base64Padded extends CodecType

    Definition Classes
    NetUrl

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +[P <: Path[P]](dest: P): Path[_]

    Definition Classes
    Url → AbsolutePath
  5. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, FtpUrl]): Result

    Definition Classes
    AbsolutePath
  6. def /(path: SimplePath): FtpUrl

    Definition Classes
    Url
  7. def /(element: String): FtpUrl

    Definition Classes
    Url → AbsolutePath → Path
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def absolute: Boolean

    Definition Classes
    AbsolutePath → Path → Link
  11. val afterPath: AfterPath

    Definition Classes
    Path
  12. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val ascent: Int

    Definition Classes
    Path
  15. implicit val base64: ByteCodec[Base64Padded]

    Definition Classes
    NetUrl
  16. def canonicalPort: Int

    Definition Classes
    FtpUrlNetUrl
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def drop(n: Int): FtpUrl

    Definition Classes
    AbsolutePath
  19. def dropRight(n: Int): FtpUrl

    Definition Classes
    AbsolutePath
  20. val elements: Seq[String]

    Definition Classes
    Path
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(any: Any): Boolean

    Definition Classes
    Url → Path → AnyRef → Any
  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    Url → AnyRef → Any
  26. def head: String

    Definition Classes
    AbsolutePath
  27. def hostname: String

    Definition Classes
    FtpUrlNetUrl
  28. def httpGet[T](headers: Map[String, String] = Map())(implicit mode: Mode[NetUrl#httpGet], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Definition Classes
    NetUrl
  29. def httpHead[T](headers: Map[String, String] = Map())(implicit mode: Mode[NetUrl#httpHead], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Definition Classes
    NetUrl
  30. def httpPost[C, T](content: C, headers: Map[String, String] = Map(), method: String = "POST")(implicit arg0: PostType[C], mode: Mode[NetUrl#httpPost], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Sends an HTTP post to this URL.

    Sends an HTTP post to this URL.

    content

    the content to post to the URL

    returns

    the HTTP response from the remote host

    Definition Classes
    NetUrl
  31. def httpPut[C, T](content: C, headers: Map[String, String] = Map())(implicit arg0: PostType[C], mode: Mode[NetUrl#httpPut], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Sends an HTTP put to this URL.

    Sends an HTTP put to this URL.

    content

    the content to put to the URL

    returns

    the HTTP response from the remote host

    Definition Classes
    NetUrl
  32. def init: FtpUrl

    Definition Classes
    AbsolutePath
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  35. def last: String

    Definition Classes
    AbsolutePath
  36. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[FtpUrl, P]): Result

    Definition Classes
    AbsolutePath
  37. def makePath(ascent: Int, xs: Seq[String], afterPath: AfterPath): FtpUrl

    Definition Classes
    FtpUrl → AbsolutePath → Path
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def parent: FtpUrl

    Definition Classes
    AbsolutePath
  42. val path: Seq[String]

  43. val pathRoot: NetPathRoot[FtpUrl]

    Definition Classes
    FtpUrl → Url
  44. def pathString: String

    Definition Classes
    AbsolutePath
  45. def port: Int

    Definition Classes
    FtpUrlNetUrl
  46. def query[Q](q: Q)(implicit qt: QueryType[FtpUrl, Q]): FtpUrl

    Definition Classes
    Path
  47. def scheme: Scheme[FtpUrl]

    Definition Classes
    Url → Uri
  48. def schemeName: String

    Definition Classes
    Url
  49. def schemeSpecificPart: String

    Definition Classes
    NetUrl → Uri
  50. def ssl: Boolean

    Definition Classes
    FtpUrlNetUrl
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def tail: FtpUrl

    Definition Classes
    AbsolutePath
  53. def take(n: Int): FtpUrl

    Definition Classes
    AbsolutePath
  54. def toString(): String

    Definition Classes
    Uri → AnyRef → Any
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def /?[Q](q: Q)(implicit qt: QueryType[FtpUrl, Q]): FtpUrl

    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from NetUrl

Inherited from Url[FtpUrl]

Inherited from Uri

Inherited from AbsolutePath[FtpUrl]

Inherited from Path[FtpUrl]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped