trait PlayClientInterpreter extends AnyRef
- Alphabetic
- By Inheritance
- PlayClientInterpreter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def playClientOptions: PlayClientOptions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toRequest[I, E, O, R](e: PublicEndpoint[I, E, O, R], baseUri: String)(implicit ws: StandaloneWSClient): (I) => (StandaloneWSRequest, (StandaloneWSResponse) => DecodeResult[Either[E, O]])
Interprets the public endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Interprets the public endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Returns:
- a function which, when applied to the endpoint's input parameters (given as a tuple), will encode them to appropriate request
parameters: path, query, headers and body. The result is a
StandaloneWSRequest, which can be sent using theexecute()method. - a response parser to use on the
StandaloneWSResponseobtained after executing the request.
- a function which, when applied to the endpoint's input parameters (given as a tuple), will encode them to appropriate request
parameters: path, query, headers and body. The result is a
- def toRequestThrowDecodeFailures[I, E, O, R](e: PublicEndpoint[I, E, O, R], baseUri: String)(implicit ws: StandaloneWSClient): (I) => (StandaloneWSRequest, (StandaloneWSResponse) => Either[E, O])
Interprets the public endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Interprets the public endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Returns:
- a function which, when applied to the endpoint's input parameters (given as a tuple), will encode them to appropriate request
parameters: path, query, headers and body. The result is a
StandaloneWSRequest, which can be sent using theexecute()method. - a response parser to use on the
StandaloneWSResponseobtained after executing the request.
- Exceptions thrown
IllegalArgumentExceptionwhen response parsing fails
- a function which, when applied to the endpoint's input parameters (given as a tuple), will encode them to appropriate request
parameters: path, query, headers and body. The result is a
- def toSecureRequest[A, I, E, O, R](e: Endpoint[A, I, E, O, R], baseUri: String)(implicit ws: StandaloneWSClient): (A) => (I) => (StandaloneWSRequest, (StandaloneWSResponse) => DecodeResult[Either[E, O]])
Interprets the secure endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Interprets the secure endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Returns:
- a function which, when applied to the endpoint's security and regular input parameters (given as tuples), will encode them to
appropriate request parameters: path, query, headers and body. The result is a
StandaloneWSRequest, which can be sent using theexecute()method. - a response parser to use on the
StandaloneWSResponseobtained after executing the request.
- a function which, when applied to the endpoint's security and regular input parameters (given as tuples), will encode them to
appropriate request parameters: path, query, headers and body. The result is a
- def toSecureRequestThrowDecodeFailures[A, I, E, O, R](e: Endpoint[A, I, E, O, R], baseUri: String)(implicit ws: StandaloneWSClient): (A) => (I) => (StandaloneWSRequest, (StandaloneWSResponse) => Either[E, O])
Interprets the secure endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Interprets the secure endpoint as a client call, using the given
baseUrias the starting point to create the target uri.Returns:
- a function which, when applied to the endpoint's security and regular input parameters (given as tuples), will encode them to
appropriate request parameters: path, query, headers and body. The result is a
StandaloneWSRequest, which can be sent using theexecute()method. - a response parser to use on the
StandaloneWSResponseobtained after executing the request.
- Exceptions thrown
IllegalArgumentExceptionwhen response parsing fails
- a function which, when applied to the endpoint's security and regular input parameters (given as tuples), will encode them to
appropriate request parameters: path, query, headers and body. The result is a
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)