Class

org.squbs.httpclient.japi

HttpClient

Related Doc: package japi

Permalink

class HttpClient extends AnyRef

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

Instance Constructors

  1. new HttpClient(delegate: httpclient.HttpClient)

    Permalink

Type Members

  1. class RawHttpClient extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delete[R](uri: String, reqSettings: RequestSettings, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  7. def delete[R](uri: String, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  8. def delete[R](uri: String, reqSettings: RequestSettings, clazz: Class[R]): Future[R]

    Permalink
  9. def delete[R](uri: String, clazz: Class[R]): Future[R]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get[R](uri: String, reqSettings: RequestSettings, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  14. def get[R](uri: String, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  15. def get[R](uri: String, reqSettings: RequestSettings, clazz: Class[R]): Future[R]

    Permalink
  16. def get[R](uri: String, clazz: Class[R]): Future[R]

    Permalink
  17. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  20. def markDown: Future[MarkDownSuccess.type]

    Permalink
  21. def markUp: Future[MarkUpSuccess.type]

    Permalink
  22. def name: String

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def options[R](uri: String, reqSettings: RequestSettings, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  27. def options[R](uri: String, unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  28. def options[R](uri: String, reqSettings: RequestSettings, clazz: Class[R]): Future[R]

    Permalink
  29. def options[R](uri: String, clazz: Class[R]): Future[R]

    Permalink
  30. def post[T <: AnyRef, R](uri: String, content: Optional[T], reqSettings: RequestSettings, marshaller: Marshaller[T], unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  31. def post[T <: AnyRef, R](uri: String, content: Optional[T], marshaller: Marshaller[T], unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  32. def post[T <: AnyRef, R](uri: String, content: Optional[T], reqSettings: RequestSettings, clazz: Class[R]): Future[R]

    Permalink
  33. def post[T <: AnyRef, R](uri: String, content: Optional[T], clazz: Class[R]): Future[R]

    Permalink
  34. def put[T <: AnyRef, R](uri: String, content: Optional[T], reqSettings: RequestSettings, marshaller: Marshaller[T], unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  35. def put[T <: AnyRef, R](uri: String, content: Optional[T], marshaller: Marshaller[T], unmarshaller: FromResponseUnmarshaller[R]): Future[R]

    Permalink
  36. def put[T <: AnyRef, R](uri: String, content: Optional[T], reqSettings: RequestSettings, clazz: Class[R]): Future[R]

    Permalink
  37. def put[T <: AnyRef, R](uri: String, content: Optional[T], clazz: Class[R]): Future[R]

    Permalink
  38. def raw: RawHttpClient

    Permalink
  39. def readyFuture: Future[Unit]

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

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withCircuitBreakerSettings(circuitBreakerSettings: CircuitBreakerSettings): HttpClient

    Permalink
  46. def withConfig(config: Configuration): HttpClient

    Permalink
  47. def withFallbackResponse(fallbackResponse: Optional[HttpResponse]): HttpClient

    Permalink
  48. def withPipelineSetting(pipeline: Optional[PipelineSetting]): HttpClient

    Permalink
  49. def withSettings(settings: Settings): HttpClient

    Permalink

Deprecated Value Members

  1. def withPipeline(pipeline: Optional[SimplePipelineConfig]): HttpClient

    Permalink
    Annotations
    @deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped