-
public final class BotApiWebSocketClientKt
-
-
Method Summary
Modifier and Type Method Description final UnitstartWithDemo(ClientBotDefinition botDefinition)Starts a bot using the demo server. final Unitstart(ClientBotDefinition botDefinition, String url)Starts a client. final Unitstart(ClientBotDefinition botDefinition, Integer serverPort, String serverHost, Boolean ssl)Starts a client. -
-
Method Detail
-
startWithDemo
final Unit startWithDemo(ClientBotDefinition botDefinition)
Starts a bot using the demo server.
-
start
final Unit start(ClientBotDefinition botDefinition, String url)
Starts a client.
- Parameters:
botDefinition- the ClientBotDefinitionurl- the target server url
-
-
-
-