Package | Description |
---|---|
com.teamchat.client.sdk | |
com.teamchat.client.utils |
Modifier and Type | Method and Description |
---|---|
abstract TeamchatAPI |
TeamchatAPI.addReceiveMessageErrorHandler(ReceiveMessageErrorHandler errorHandler)
Method to add ReceiveMessageErrorHandler.
|
abstract TeamchatAPI |
TeamchatAPI.addSendMessageErrorHandler(SendMessageErrorHandler errorHandler)
Method to add a SendMessageErrorHandler.
|
static TeamchatAPI |
TeamchatAPI.fromAuthKey(java.lang.String authKey)
Create instance of TeamchatAPI using the authkey.
|
static TeamchatAPI |
TeamchatAPI.fromAuthKey(java.lang.String authKey,
java.lang.String path)
* Create instance of TeamchatAPI using the authkey and path.
|
static TeamchatAPI |
TeamchatAPI.fromFile(java.lang.String filename)
Create instance of TeamchatAPI using the configuration file specified.
|
abstract TeamchatAPI |
TeamchatAPI.perform(Room room)
Perform actions in a room.
|
TeamchatAPI |
TeamchatAPI.performPostInCurrentRoom(Chatlet c)
Perform chatlet post action in the current room.
|
abstract TeamchatAPI |
TeamchatAPI.setAuthenticationKey(java.lang.String authenticationKey)
Set the authentication key of the user.
|
abstract TeamchatAPI |
TeamchatAPI.setEndPoint(java.lang.String endpoint)
Set the teamchat endpoint to be used by APIs.
|
abstract TeamchatAPI |
TeamchatAPI.setExecutor(EventExecutor ex) |
abstract TeamchatAPI |
TeamchatAPI.setLoggingOptions(com.teamchat.client.logging.TeamChatLoggingOptions options)
Set the logging options.
|
abstract TeamchatAPI |
TeamchatAPI.setTimeout(int timeout) |
abstract TeamchatAPI |
TeamchatAPI.startReceivingEvents(java.lang.Object wf)
Begin receiving events.
|
abstract TeamchatAPI |
TeamchatAPI.stopReceivingEvents()
Stop receiving events.
|
abstract TeamchatAPI |
TeamchatAPI.updateFlowlet(Flowlet wf)
Perform actions in a room.
|
static TeamchatAPI |
TeamchatAPI.withCustomPersistence(com.teamchat.client.sdk.pers.PersistenceLayer data)
Create instance of TeamchatAPI using the configuration file specified.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<TeamchatAPI> |
Context.recursiveIterate(java.lang.String relation)
For future use
|
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.Schedule(java.lang.Object o,
TeamchatAPI api,
java.lang.String alias,
int hour,
int min,
int sec)
For future use
|
Modifier and Type | Method and Description |
---|---|
static TeamchatAPI |
WebAppTeamChatAPI.getTeamchatAPIInstance(javax.servlet.ServletConfig servletConfig)
Returns the TeamChatAPI instance or null if the instance does not exists.
|