Binary

trait Binary[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], b: BinaryData): Response[A]
protected def encode[A](p: P[A], a: A): BinaryData

Concrete methods

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

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