io.backchat.hookup.http

RequestBuilder

class RequestBuilder[HasUrl] extends AnyRef

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

Type Members

  1. type This = RequestBuilder[HasUrl]

  2. type ThisConfig = RequestConfig[HasUrl]

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def addHeader(name: String, value: String): This

    Add a new header with the specified name and value.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def buildDelete()(implicit HTTP_REQUEST_BUILDER_IS_NOT_FULLY_SPECIFIED: =:=[ThisConfig, FullySpecifiedConfig]): HttpRequest

    Construct an HTTP DELETE request.

  9. def buildGet()(implicit HTTP_REQUEST_BUILDER_IS_NOT_FULLY_SPECIFIED: =:=[ThisConfig, FullySpecifiedConfig]): HttpRequest

    Construct an HTTP GET request.

  10. def buildHead()(implicit HTTP_REQUEST_BUILDER_IS_NOT_FULLY_SPECIFIED: =:=[ThisConfig, FullySpecifiedConfig]): HttpRequest

    Construct an HTTP HEAD request.

  11. def buildPost(content: ChannelBuffer)(implicit HTTP_REQUEST_BUILDER_IS_NOT_FULLY_SPECIFIED: =:=[ThisConfig, FullySpecifiedConfig]): HttpRequest

    Construct an HTTP POST request.

  12. def buildPut(content: ChannelBuffer)(implicit HTTP_REQUEST_BUILDER_IS_NOT_FULLY_SPECIFIED: =:=[ThisConfig, FullySpecifiedConfig]): HttpRequest

    Construct an HTTP PUT request.

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def http10(): This

    Declare the HTTP protocol version be HTTP/1.

    Declare the HTTP protocol version be HTTP/1.0

  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  24. def proxied(credentials: Option[ProxyCredentials]): This

    Declare the request will be proxied.

    Declare the request will be proxied. Results in using the absolute URI in the request line and optionally setting the Proxy-Authorization header using the provided {{ProxyCredentials}}.

  25. def proxied(credentials: ProxyCredentials): This

    Declare the request will be proxied.

    Declare the request will be proxied. Results in using the absolute URI in the request line and setting the Proxy-Authorization header using the provided {{ProxyCredentials}}.

  26. def proxied(): This

    Declare the request will be proxied.

    Declare the request will be proxied. Results in using the absolute URI in the request line.

  27. def setHeader(name: String, values: Iterable[String]): This

    Set a new header with the specified name and values.

    Set a new header with the specified name and values.

    Java convenience variant.

  28. def setHeader(name: String, values: Seq[String]): This

    Set a new header with the specified name and values.

  29. def setHeader(name: String, value: String): This

    Set a new header with the specified name and value.

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def url(u: URL): RequestBuilder[Yes]

    Specify the url to request.

    Specify the url to request. Sets the HOST header and possibly the Authorization header using the authority portion of the URL.

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped