com.orrsella.tumblr4s.http

DispatchHttpClient

trait DispatchHttpClient extends HttpClient

An implementation of HttpClient using databinder's Dispatch

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

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  14. def makeOAuthRequest(method: HttpMethod, requestUrl: String, params: Map[String, String], files: Map[String, String], consumerKey: String, consumerSecret: String, accessKey: String, accessSecret: String): String

    Make an OAuth request

    Make an OAuth request

    method

    The http method to use

    requestUrl

    The url to use

    params

    A map of string name-value parameters for the request

    files

    A map of files to be sent as multipart post (using dispatch mime: https://github.com/dispatch/dispatch/blob/master/mime/src/main/scala/Mime.scala)

    consumerKey

    OAuth consumer key

    consumerSecret

    OAuth consumer secret key

    accessKey

    OAuth access token key

    accessSecret

    OAuth access token secret

    Definition Classes
    DispatchHttpClientHttpClient
  15. def makeRequest(method: HttpMethod, requestUrl: String, params: Map[String, String], files: Map[String, String]): String

    Make a request

    Make a request

    method

    The http method to use

    requestUrl

    The url to use

    params

    A map of string name-value parameters for the request

    files

    A map of files to be sent as multipart post (using dispatch mime: https://github.com/dispatch/dispatch/blob/master/mime/src/main/scala/Mime.scala)

    Definition Classes
    DispatchHttpClientHttpClient
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HttpClient

Inherited from AnyRef

Inherited from Any