K V Remote Agent
open class KVRemoteAgent<T : Any>(serviceManager: KVServiceMgr<T>, beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean?) : RemoteAgent
Content copied to clipboard
Client side agent for JSON-RPC remote calls.
Constructors
KVRemoteAgent
Link copied to clipboard
fun <T : Any> KVRemoteAgent(serviceManager: KVServiceMgr<T>, beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean? = null)
Content copied to clipboard
Functions
call
Link copied to clipboard
findEnumValue
Link copied to clipboard
webSocket
Link copied to clipboard