-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
137 changed files
with
1,149 additions
and
888 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>Channel.Message.<init> - java-phoenix-channel</title> | ||
<title>Channel.Message.<init> - phoenix-channel</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../../index.html">java-phoenix-channel</a> / <a href="../../index.html">ch.kuon.phoenix</a> / <a href="../index.html">Channel</a> / <a href="index.html">Message</a> / <a href="./-init-.html"><init></a><br/> | ||
<a href="../../../index.html">phoenix-channel</a> / <a href="../../index.html">ch.kuon.phoenix</a> / <a href="../index.html">Channel</a> / <a href="index.html">Message</a> / <a href="./-init-.html"><init></a><br/> | ||
<br/> | ||
<h1><init></h1> | ||
<a name="ch.kuon.phoenix.Channel.Message$<init>()"></a> | ||
<code><span class="identifier">Message</span><span class="symbol">(</span><span class="symbol">)</span></code> | ||
<p>Channel messages</p> | ||
<p>Usually this class should not be created directly. It is | ||
used as a wrapper around response in <a href="../on.html">Channel.on</a> callback.</p> | ||
</BODY> | ||
</HTML> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>Channel.Message.getError - java-phoenix-channel</title> | ||
<title>Channel.Message.getError - phoenix-channel</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../../index.html">java-phoenix-channel</a> / <a href="../../index.html">ch.kuon.phoenix</a> / <a href="../index.html">Channel</a> / <a href="index.html">Message</a> / <a href="./get-error.html">getError</a><br/> | ||
<a href="../../../index.html">phoenix-channel</a> / <a href="../../index.html">ch.kuon.phoenix</a> / <a href="../index.html">Channel</a> / <a href="index.html">Message</a> / <a href="./get-error.html">getError</a><br/> | ||
<br/> | ||
<h1>getError</h1> | ||
<a name="ch.kuon.phoenix.Channel.Message$getError()"></a> | ||
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getError</span><span class="symbol">(</span><span class="symbol">)</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> | ||
<p>Returns the error reason.</p> | ||
<p>If this message is not an error, this will throw an exception | ||
so be sure to check <a href="is-error.html">Message.isError</a> first.</p> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.