diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
commit | eb930482e9972a21d39f2aea8b813acf58ff5b64 (patch) | |
tree | 1c64052b39527aca51793860894baa37791cc94f /api/pl.treksoft.kvision.remote/-k-v-controller | |
parent | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (diff) | |
download | kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.gz kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.bz2 kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-k-v-controller')
4 files changed, 91 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/-init-.html b/api/pl.treksoft.kvision.remote/-k-v-controller/-init-.html new file mode 100644 index 00000000..4efad9cb --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/-init-.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController.<init> - 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> / <a href="index.html">KVController</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.remote.KVController$<init>()"></a> +<code><span class="identifier">KVController</span><span class="symbol">(</span><span class="symbol">)</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/index.html b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html new file mode 100644 index 00000000..40ced1a9 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html @@ -0,0 +1,49 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController - 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> / <a href="./index.html">KVController</a><br/> +<br/> +<h1>KVController</h1> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">KVController</span></code> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">KVController</span><span class="symbol">(</span><span class="symbol">)</span></code></td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="kv-server.html">kvServer</a></p> +</td> +<td> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">kvServer</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="k-v-mapping.html">kVMapping</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">kVMapping</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVController$kVMapping(, )/req">req</span><span class="symbol">:</span> <span class="identifier"><ERROR CLASS></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.KVController$kVMapping(, )/res">res</span><span class="symbol">:</span> <span class="identifier"><ERROR CLASS></span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/k-v-mapping.html b/api/pl.treksoft.kvision.remote/-k-v-controller/k-v-mapping.html new file mode 100644 index 00000000..38c97970 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/k-v-mapping.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController.kVMapping - 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> / <a href="index.html">KVController</a> / <a href="./k-v-mapping.html">kVMapping</a><br/> +<br/> +<h1>kVMapping</h1> +<a name="pl.treksoft.kvision.remote.KVController$kVMapping(, )"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">kVMapping</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVController$kVMapping(, )/req">req</span><span class="symbol">:</span> <span class="identifier"><ERROR CLASS></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.KVController$kVMapping(, )/res">res</span><span class="symbol">:</span> <span class="identifier"><ERROR CLASS></span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html b/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html new file mode 100644 index 00000000..f47e94f8 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController.kvServer - 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> / <a href="index.html">KVController</a> / <a href="./kv-server.html">kvServer</a><br/> +<br/> +<h1>kvServer</h1> +<a name="pl.treksoft.kvision.remote.KVController$kvServer"></a> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">kvServer</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a></code> +</BODY> +</HTML> |