Class/Object

rapture.net

HttpUrl

Related Docs: object HttpUrl | package net

Permalink

class HttpUrl extends Url[HttpUrl] with NetUrl with PathUrl[HttpUrl]

Represets a URL with the http scheme

Self Type
HttpUrl
Linear Supertypes
PathUrl[HttpUrl], NetUrl, Url[HttpUrl], Uri, AbsolutePath[HttpUrl], Path[HttpUrl], Link, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpUrl
  2. PathUrl
  3. NetUrl
  4. Url
  5. Uri
  6. AbsolutePath
  7. Path
  8. Link
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpUrl(pathRoot: NetPathRoot[HttpUrl], elements: Seq[String], afterPath: AfterPath, ssl: Boolean)

    Permalink

Type Members

  1. trait Base64Padded extends CodecType

    Permalink
    Definition Classes
    NetUrl

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink
    Definition Classes
    AbsolutePath
  5. def /(path: SimplePath): HttpUrl

    Permalink
    Definition Classes
    Url
  6. def /(element: String): HttpUrl

    Permalink
    Definition Classes
    Url → AbsolutePath → Path
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def absolute: Boolean

    Permalink
    Definition Classes
    AbsolutePath → Path → Link
  9. val afterPath: AfterPath

    Permalink
    Definition Classes
    Path
  10. def afterPathString: String

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

    Permalink
    Definition Classes
    Any
  12. val ascent: Int

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

    Permalink
    Definition Classes
    NetUrl
  14. def canonicalPort: Int

    Permalink
    Definition Classes
    HttpUrlNetUrl
  15. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AbsolutePath
  17. def dropRight(n: Int): HttpUrl

    Permalink
    Definition Classes
    AbsolutePath
  18. val elements: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    HttpUrl → Url → Path → AnyRef → Any
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    HttpUrl → Url → AnyRef → Any
  24. def head: String

    Permalink
    Definition Classes
    AbsolutePath
  25. def hostname: String

    Permalink
    Definition Classes
    HttpUrlNetUrl
  26. 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]

    Permalink
    Definition Classes
    NetUrl
  27. 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]

    Permalink
    Definition Classes
    NetUrl
  28. 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]

    Permalink

    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
  29. 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]

    Permalink

    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
  30. def init: HttpUrl

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

    Permalink
    Definition Classes
    Any
  32. def isRoot: Boolean

    Permalink
    Definition Classes
    AbsolutePath
  33. def last: String

    Permalink
    Definition Classes
    AbsolutePath
  34. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[HttpUrl, P]): Result

    Permalink
    Definition Classes
    AbsolutePath
  35. def makePath(ascent: Int, xs: Seq[String], afterPath: AfterPath): HttpUrl

    Permalink
    Definition Classes
    HttpUrl → AbsolutePath → Path
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def parent: HttpUrl

    Permalink
    Definition Classes
    AbsolutePath
  40. val pathRoot: NetPathRoot[HttpUrl]

    Permalink
    Definition Classes
    HttpUrl → Url
  41. def pathString: String

    Permalink
    Definition Classes
    AbsolutePath
  42. def port: Int

    Permalink
    Definition Classes
    HttpUrlNetUrl
  43. def query[Q](q: Q)(implicit qt: QueryType[HttpUrl, Q]): HttpUrl

    Permalink
    Definition Classes
    Path
  44. def scheme: Scheme[HttpUrl]

    Permalink
    Definition Classes
    Url → Uri
  45. def schemeName: String

    Permalink
    Definition Classes
    Url
  46. def schemeSpecificPart: String

    Permalink
    Definition Classes
    NetUrl → Uri
  47. val ssl: Boolean

    Permalink
    Definition Classes
    HttpUrlNetUrl
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def tail: HttpUrl

    Permalink
    Definition Classes
    AbsolutePath
  50. def take(n: Int): HttpUrl

    Permalink
    Definition Classes
    AbsolutePath
  51. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from PathUrl[HttpUrl]

Inherited from NetUrl

Inherited from Url[HttpUrl]

Inherited from Uri

Inherited from AbsolutePath[HttpUrl]

Inherited from Path[HttpUrl]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped