summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-k-v-web-socket-config
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-04-11 18:02:54 +0200
committerRobert Jaros <rjaros@finn.pl>2019-04-11 18:02:54 +0200
commite361ab18f355ff81ef61406543b918d4a2b9567c (patch)
tree245f3ad3cc1642ea90e5ef858838a276bd45171e /api/pl.treksoft.kvision.remote/-k-v-web-socket-config
parent35ba11a0343f626aa1832b4ba43a0ed2363fc265 (diff)
downloadkvision-e361ab18f355ff81ef61406543b918d4a2b9567c.tar.gz
kvision-e361ab18f355ff81ef61406543b918d4a2b9567c.tar.bz2
kvision-e361ab18f355ff81ef61406543b918d4a2b9567c.zip
API documentantion for KVision 0.0.33
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-k-v-web-socket-config')
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html15
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html94
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html14
8 files changed, 193 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html
new file mode 100644
index 00000000..e445cb05
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.<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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$&lt;init&gt;()"></a>
+<code><span class="identifier">KVWebSocketConfig</span><span class="symbol">(</span><span class="symbol">)</span></code>
+<p>Automatic websockets configuration.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html
new file mode 100644
index 00000000..2ef3f390
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.applicationContext - 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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./application-context.html">applicationContext</a><br/>
+<br/>
+<h1>applicationContext</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$applicationContext"></a>
+<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">applicationContext</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html
new file mode 100644
index 00000000..1ca80257
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html
@@ -0,0 +1,94 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig - 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">KVWebSocketConfig</a><br/>
+<br/>
+<h1>KVWebSocketConfig</h1>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">KVWebSocketConfig</span></code>
+<p>Automatic websockets configuration.</p>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">KVWebSocketConfig</span><span class="symbol">(</span><span class="symbol">)</span></code>
+<p>Automatic websockets configuration.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="application-context.html">applicationContext</a></p>
+</td>
+<td>
+<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">applicationContext</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="services.html">services</a></p>
+</td>
+<td>
+<code><span class="keyword">lateinit</span> <span class="keyword">var </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="../-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</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>
+<h3>Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="register-web-socket-handlers.html">registerWebSocketHandlers</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">registerWebSocketHandlers</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVWebSocketConfig$registerWebSocketHandlers()/registry">registry</span><span class="symbol">:</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</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>
+<tr>
+<td>
+<p><a href="route-interceptor.html">routeInterceptor</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">routeInterceptor</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="socket-handler.html">socketHandler</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">socketHandler</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="web-socket-session.html">webSocketSession</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">webSocketSession</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html
new file mode 100644
index 00000000..80d40bf2
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.registerWebSocketHandlers - 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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./register-web-socket-handlers.html">registerWebSocketHandlers</a><br/>
+<br/>
+<h1>registerWebSocketHandlers</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$registerWebSocketHandlers()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">registerWebSocketHandlers</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVWebSocketConfig$registerWebSocketHandlers()/registry">registry</span><span class="symbol">:</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</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-web-socket-config/route-interceptor.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html
new file mode 100644
index 00000000..18bca5a0
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.routeInterceptor - 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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./route-interceptor.html">routeInterceptor</a><br/>
+<br/>
+<h1>routeInterceptor</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$routeInterceptor()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">routeInterceptor</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html
new file mode 100644
index 00000000..669aa7ed
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./services.html">services</a><br/>
+<br/>
+<h1>services</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$services"></a>
+<code><span class="keyword">lateinit</span> <span class="keyword">var </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="../-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html
new file mode 100644
index 00000000..95b9091d
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.socketHandler - 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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./socket-handler.html">socketHandler</a><br/>
+<br/>
+<h1>socketHandler</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$socketHandler()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">socketHandler</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html
new file mode 100644
index 00000000..93eb1f91
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>KVWebSocketConfig.webSocketSession - 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">KVWebSocketConfig</a>&nbsp;/&nbsp;<a href="./web-socket-session.html">webSocketSession</a><br/>
+<br/>
+<h1>webSocketSession</h1>
+<a name="pl.treksoft.kvision.remote.KVWebSocketConfig$webSocketSession()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">webSocketSession</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>