io.backchat.hookup.http

RequestBuilder

class RequestBuilder [HasUrl] extends AnyRef

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

Type Members

  1. type This = RequestBuilder[HasUrl]

  2. type ThisConfig = RequestConfig[HasUrl]

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

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

    Add a new header with the specified name and value.

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    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. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any