From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- api/pl.treksoft.kvision.remote/index.html | 129 ++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/index.html (limited to 'api/pl.treksoft.kvision.remote/index.html') diff --git a/api/pl.treksoft.kvision.remote/index.html b/api/pl.treksoft.kvision.remote/index.html new file mode 100644 index 00000000..3af6c987 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/index.html @@ -0,0 +1,129 @@ + + + +pl.treksoft.kvision.remote - kvision + + + +kvision / pl.treksoft.kvision.remote
+
+

Package pl.treksoft.kvision.remote

+

A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

CallAgent

+
+open class CallAgent +

An agent responsible for remote calls.

+
+

Credentials

+
+data class Credentials +

Username and password credentials.

+
+

JoobyServer

+
+open actual class JoobyServer +

A Jooby based server. +Not used on the js platform.

+
+

LoginService

+
+class LoginService +

Pac4j form login dispatcher.

+
+

Profile

+
+data actual class Profile +

A user profile.

+
+

RemoteAgent

+
+open class RemoteAgent<out T> +

Client side agent for JSON-RPC remote calls.

+
+

Request

+
+actual interface Request +

A server request. +Not used on the js platform.

+
+

SecurityMgr

+
+abstract class SecurityMgr +

Pac4j form login dispatcher.

+
+

ServiceManager

+
+open actual class ServiceManager<out T> +

Multiplatform service manager.

+
+

Exceptions

+ + + + + + + +
+

SecurityException

+
+class SecurityException : Exception +

A security exception.

+
+

Properties

+ + + + + + + +
+

HTTP_UNAUTHORIZED

+
+const val HTTP_UNAUTHORIZED: Int +

HTTP status unauthorized (401).

+
+ + -- cgit