-
public final class BotApiWebSocketClientKt
-
-
Method Summary
Modifier and Type Method Description final Unit)>startWithDemo(<ERROR CLASS> botDefinition)Starts a bot using the demo server. final Unit,String)>start(<ERROR CLASS> botDefinition, String url)Starts a client. final Unit,Integer,String,Boolean)>start(<ERROR CLASS> botDefinition, Integer serverPort, String serverHost, Boolean ssl)Starts a client. -
-
Method Detail
-
startWithDemo
final Unit )>startWithDemo(<ERROR CLASS> botDefinition)
Starts a bot using the demo server.
-
start
final Unit ,String)>start(<ERROR CLASS> botDefinition, String url)
Starts a client.
- Parameters:
botDefinition- the ClientBotDefinitionurl- the target server url
-
start
final Unit ,Integer,String,Boolean)>start(<ERROR CLASS> botDefinition, Integer serverPort, String serverHost, Boolean ssl)
Starts a client.
- Parameters:
botDefinition- the ClientBotDefinitionserverPort- the server portserverHost- the server hostssl- is it ssl ?
-
-
-
-