Json

trait Json[P[_]] extends WithRetries[P]
trait WithRetries[P]
trait AjaxClient[P]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def decode[A](p: P[A], j: String): Response[A]
protected def encode[A](p: P[A], a: A): String

Concrete methods

protected def isSuccess(xhr: XMLHttpRequest): Boolean
override def singleCall(p: AjaxProtocol[P])(req: RequestType): AsyncCallback[Response[ResponseType]]
Definition Classes

Inherited methods

protected def callWithRetry(p: AjaxProtocol[P])(req: RequestType): AsyncCallback[Response[ResponseType]]
Inherited from:
WithRetries

Inherited fields

protected val maxRetries: Int
Inherited from:
WithRetries