Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 12.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spongie-jd[bot] committed Oct 12, 2024
1 parent 9f828fe commit f9fdbf3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ <h1 title="Interface ServerSideConnectionEvent.Intent" class="title">Interface S
<div class="block"><p>Called asynchronously when the client attempts to connect to
the server.</p>

<p>During this event, it's possible to use the <a href="../../network/channel/raw/RawDataChannel.html" title="interface in org.spongepowered.api.network.channel.raw"><code>RawDataChannel</code></a>s to send
requests to the client. As long as there's requests going to the client,
the connection will stay in the intent phase and will not continue
to the <a href="ServerSideConnectionEvent.Auth.html" title="interface in org.spongepowered.api.event.network"><code>ServerSideConnectionEvent.Auth</code></a> event.</p>

<p>After observing this event for particular <a href="../../network/ServerSideConnection.html" title="interface in org.spongepowered.api.network"><code>connection</code></a>
you are guaranteed to get #Disconnect for the same connection without
ordering issues.</p></div>
Expand Down

0 comments on commit f9fdbf3

Please sign in to comment.