de.kaufhof.jsonhomeclient

JsonHomeClient

Related Doc: package jsonhomeclient

class JsonHomeClient extends AnyRef

The client to load a json-home document and extract relevant information. A client is responsible for a specific json-home host.

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

Instance Constructors

  1. new JsonHomeClient(host: JsonHomeHost, ws: WSClient, defaultHeaders: Map[String, String] = ...)

    host

    the json home host to load the home document from

    ws

    the WSClient to use for loading the home document. In a Play 2.3.x application it can be created via WS.client, in other apps it can be created via new NingWSClient(new AsyncHttpClientConfig.Builder().build()) (remember to close() the client when the application is stopped).

    defaultHeaders

    possibility to put headers from app-context

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configure(requestHolder: WSRequestHolder): WSRequestHolder

    Attributes
    protected
  7. val defaultHeaders: Map[String, String]

    possibility to put headers from app-context

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

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

    Definition Classes
    AnyRef → Any
  13. val host: JsonHomeHost

    the json home host to load the home document from

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def jsonHome(): Future[JsValue]

    Attributes
    protected[de.kaufhof.jsonhomeclient]
  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( ... )
  24. val ws: WSClient

    the WSClient to use for loading the home document.

    the WSClient to use for loading the home document. In a Play 2.3.x application it can be created via WS.client, in other apps it can be created via new NingWSClient(new AsyncHttpClientConfig.Builder().build()) (remember to close() the client when the application is stopped).

Inherited from AnyRef

Inherited from Any

Ungrouped