| Modifier and Type | Class and Description |
|---|---|
class |
ChannelUserLimitReachedException
Exception indicating that a channel cannot be joined because is already full.
|
class |
DuplicateUserIdException
Exception indicating that a channel could not be joined because a user with
the requested userId does already exist.
|
class |
IncompatibleServerException
Exception indicating that the connection could not be established due to an
incompatibility between the client and the server version.
|
class |
InvalidAppIdException
Exception indicating that the provided application id was rejected by the
server.
|
class |
InvalidChannelIdException
Exception indicating that there does not exist a channel with the provided
channel id for the provided application id.
|
class |
InvalidRequestException
Exception indicating the channel creation / joining request provided by the
client was invalid.
|
| Modifier and Type | Method and Description |
|---|---|
NetcodeClient |
NetcodeClientFactory.createChannel(java.lang.String userId,
ChannelConfiguration configuration)
Creates a new Netcode channel.
|
NetcodeClient |
NetcodeClientFactory.joinChannel(java.lang.String userId,
java.lang.String channelId)
Joins an existing Netcode channel.
|
Copyright © 2018. All Rights Reserved.