aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-k-v-server
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-10-22 00:01:39 +0200
committerRobert Jaros <rjaros@finn.pl>2018-10-22 00:01:39 +0200
commiteb930482e9972a21d39f2aea8b813acf58ff5b64 (patch)
tree1c64052b39527aca51793860894baa37791cc94f /api/pl.treksoft.kvision.remote/-k-v-server
parent7c2850063697f94a0d8b8d8f8588136dd4b3d05e (diff)
downloadkvision-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-server')
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-server/-init-.html22
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-server/index.html45
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-server/services.html14
3 files changed, 81 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-k-v-server/-init-.html b/api/pl.treksoft.kvision.remote/-k-v-server/-init-.html
new file mode 100644
index 00000000..0958186f
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-server/-init-.html
@@ -0,0 +1,22 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVServer.<init> - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">KVServer</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.remote.KVServer$&lt;init&gt;(kotlin.Function1((pl.treksoft.kvision.remote.KVServer, kotlin.Unit)))"></a>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVServer$<init>(kotlin.Function1((pl.treksoft.kvision.remote.KVServer, kotlin.Unit)))/init">init</span><span class="symbol">:</span>&nbsp;<a href="index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span></code>
+<p>A Jooby based server.</p>
+<a name="pl.treksoft.kvision.remote.KVServer$&lt;init&gt;(kotlin.collections.List((pl.treksoft.kvision.remote.SpringServiceManager((kotlin.Any)))))"></a>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVServer$<init>(kotlin.collections.List((pl.treksoft.kvision.remote.SpringServiceManager((kotlin.Any)))))/services">services</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../-spring-service-manager/index.html"><span class="identifier">SpringServiceManager</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span><span class="symbol">)</span></code>
+<p>A Spring boot based server.</p>
+<a name="pl.treksoft.kvision.remote.KVServer$&lt;init&gt;()"></a>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="symbol">)</span></code>
+<p>A server.
+Not used on the js platform.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-server/index.html b/api/pl.treksoft.kvision.remote/-k-v-server/index.html
new file mode 100644
index 00000000..327648ab
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-server/index.html
@@ -0,0 +1,45 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVServer - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="./index.html">KVServer</a><br/>
+<br/>
+<h1>KVServer</h1>
+<code><span class="keyword">open</span> <span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">KVServer</span></code>
+<p>A server.</p>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVServer$<init>(kotlin.Function1((pl.treksoft.kvision.remote.KVServer, kotlin.Unit)))/init">init</span><span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span></code>
+<p>A Jooby based server.</p>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVServer$<init>(kotlin.collections.List((pl.treksoft.kvision.remote.SpringServiceManager((kotlin.Any)))))/services">services</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../-spring-service-manager/index.html"><span class="identifier">SpringServiceManager</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span><span class="symbol">)</span></code>
+<p>A Spring boot based server.</p>
+<code><span class="identifier">KVServer</span><span class="symbol">(</span><span class="symbol">)</span></code>
+<p>A server.
+Not used on the js platform.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="services.html">services</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">services</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../-spring-service-manager/index.html"><span class="identifier">SpringServiceManager</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-server/services.html b/api/pl.treksoft.kvision.remote/-k-v-server/services.html
new file mode 100644
index 00000000..8b19d19f
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-server/services.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVServer.services - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">KVServer</a>&nbsp;/&nbsp;<a href="./services.html">services</a><br/>
+<br/>
+<h1>services</h1>
+<a name="pl.treksoft.kvision.remote.KVServer$services"></a>
+<code><span class="keyword">val </span><span class="identifier">services</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../-spring-service-manager/index.html"><span class="identifier">SpringServiceManager</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
+</BODY>
+</HTML>