diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/index.html | 129 |
1 files changed, 129 insertions, 0 deletions
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 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.remote - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.remote</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.remote</h2> +<p>A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-call-agent/index.html">CallAgent</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CallAgent</span></code> +<p>An agent responsible for remote calls.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-credentials/index.html">Credentials</a></p> +</td> +<td> +<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">Credentials</span></code> +<p>Username and password credentials.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-jooby-server/index.html">JoobyServer</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">actual</span> <span class="keyword">class </span><span class="identifier">JoobyServer</span></code> +<p>A Jooby based server. +Not used on the js platform.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-login-service/index.html">LoginService</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">LoginService</span></code> +<p>Pac4j form login dispatcher.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-profile/index.html">Profile</a></p> +</td> +<td> +<code><span class="keyword">data</span> <span class="keyword">actual</span> <span class="keyword">class </span><span class="identifier">Profile</span></code> +<p>A user profile.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-remote-agent/index.html">RemoteAgent</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RemoteAgent</span><span class="symbol"><</span><span class="keyword">out</span> <span class="identifier">T</span><span class="symbol">></span></code> +<p>Client side agent for JSON-RPC remote calls.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-request.html">Request</a></p> +</td> +<td> +<code><span class="keyword">actual</span> <span class="keyword">interface </span><span class="identifier">Request</span></code> +<p>A server request. +Not used on the js platform.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-security-mgr/index.html">SecurityMgr</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">SecurityMgr</span></code> +<p>Pac4j form login dispatcher.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-service-manager/index.html">ServiceManager</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">actual</span> <span class="keyword">class </span><span class="identifier">ServiceManager</span><span class="symbol"><</span><span class="keyword">out</span> <span class="identifier">T</span><span class="symbol">></span></code> +<p>Multiplatform service manager.</p> +</td> +</tr> +</tbody> +</table> +<h3>Exceptions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-security-exception/index.html">SecurityException</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">SecurityException</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-exception/index.html"><span class="identifier">Exception</span></a></code> +<p>A security exception.</p> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-h-t-t-p_-u-n-a-u-t-h-o-r-i-z-e-d.html">HTTP_UNAUTHORIZED</a></p> +</td> +<td> +<code><span class="keyword">const</span> <span class="keyword">val </span><span class="identifier">HTTP_UNAUTHORIZED</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code> +<p>HTTP status unauthorized (401).</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |