blob: 3f639b25e0c876d71ba4ec8e7de314313d9aeda0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SocketClosedException - 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">SocketClosedException</a><br/>
<br/>
<h1>SocketClosedException</h1>
(js) <code><span class="keyword">class </span><span class="identifier">SocketClosedException</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html"><span class="identifier">Throwable</span></a></code>
<p>Websocket closed exception class.</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="-init-.html"><init></a></h4>
</td>
<td>
<p>Websocket closed exception class.</p>
<code><span class="identifier">SocketClosedException</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.SocketClosedException$<init>(kotlin.String)/reason">reason</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="reason.html">reason</a></h4>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">reason</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|