Skip to content

Commit

Permalink
Deployed b3e82cd with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 30, 2024
1 parent 3a03b44 commit fbe1e14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artifacts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ <h2 id="web-socket-artifacts">Web Socket artifacts<a class="headerlink" href="#w
</tr>
<tr>
<td><pre>krossbow-websocket-ktor</pre></td>
<td>A multiplatform <code>WebSocketClient</code> implementation based on Ktor 2.3.9's <code>HttpClient</code>.</td>
<td>A multiplatform <code>WebSocketClient</code> implementation based on Ktor 2.3.10's <code>HttpClient</code>.</td>
</tr>
<tr>
<td><pre>krossbow-websocket-okhttp</pre></td>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions websocket/ktor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
<h1 id="krossbow-with-ktor">Krossbow with Ktor<a class="headerlink" href="#krossbow-with-ktor" title="Permanent link">&para;</a></h1>
<p>Krossbow allows you to use <a href="https://ktor.io/clients/websockets.html">Ktor's web socket</a> as transport for STOMP.</p>
<p>Ktor's implementation supports a variety of platforms and is very popular in the Kotlin world, especially in Kotlin multiplatform.</p>
<p>The <code>krossbow-websocket-ktor</code> module provides the <code>KtorWebSocketClient</code>, which adapts Ktor 2.3.9's
<p>The <code>krossbow-websocket-ktor</code> module provides the <code>KtorWebSocketClient</code>, which adapts Ktor 2.3.10's
<code>HttpClient</code> to Krossbow's web socket interface.</p>
<h2 id="usage-with-stompclient">Usage with StompClient<a class="headerlink" href="#usage-with-stompclient" title="Permanent link">&para;</a></h2>
<p>To use the <code>KtorWebSocketClient</code> pass an instance of it when creating your <code>StompClient</code>:</p>
Expand All @@ -924,7 +924,7 @@ <h2 id="dependency-information">Dependency information<a class="headerlink" href
Follow Ktor's documentation to find out more about how to use engines.</p>
<p>For instance, if you want to use Ktor's CIO engine with Krossbow, you need to declare the following:</p>
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="p">(</span><span class="s">&quot;org.hildan.krossbow:krossbow-websocket-ktor:7.0.0&quot;</span><span class="p">)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">&quot;io.ktor:ktor-client-cio:2.3.9&quot;</span><span class="p">)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">&quot;io.ktor:ktor-client-cio:2.3.10&quot;</span><span class="p">)</span>
</code></pre></div>


Expand Down

0 comments on commit fbe1e14

Please sign in to comment.