- CacheType - Enum in org.symphonyoss.client.model
-
Provides an enum of supported ML tags
- canParse(ArrayList<AiCommand>, String[], double) - Static method in class org.symphonyoss.client.ai.utils.AiSpellParser
-
Determines if a given input matches another command closely enough,
in order to suggest a command
- Chat - Class in org.symphonyoss.client.model
-
Chat is a core model that defines an active conversation between users.
- Chat() - Constructor for class org.symphonyoss.client.model.Chat
-
- CHAT_COMMAND_MESSAGE - Static variable in class org.symphonyoss.client.SymphonyClientIT
-
- ChatListener - Interface in org.symphonyoss.client.services
-
Callback interface for message events on the
Chat
object.
- ChatService - Class in org.symphonyoss.client.services
-
The chat service provides capabilities to construct and monitor chat conversations.
- ChatService(SymphonyClient) - Constructor for class org.symphonyoss.client.services.ChatService
-
Init
- ChatServiceListener - Interface in org.symphonyoss.client.services
-
Callback listener for the
ChatService
providing detection for new chat conversations.
- ChatServiceTest - Class in org.symphonyoss.client.services
-
Created by Frank Tarsillo on 6/19/2016.
- ChatServiceTest() - Constructor for class org.symphonyoss.client.services.ChatServiceTest
-
- COMMAND - Static variable in class org.symphonyoss.client.common.AiConstants
-
- configTest() - Method in class org.symphonyoss.client.SymphonyClientConfigTest
-
- CONNECTIONS_POLL_SLEEP - Static variable in class org.symphonyoss.client.common.Constants
-
- ConnectionsClient - Interface in org.symphonyoss.symphony.clients
-
- ConnectionsClientImpl - Class in org.symphonyoss.symphony.clients.impl
-
Client for accessing connections functions.
- ConnectionsClientImpl(SymAuth, SymphonyClientConfig) - Constructor for class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
Init
- ConnectionsClientImpl(SymAuth, SymphonyClientConfig, Client) - Constructor for class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
If you need to override HttpClient.
- ConnectionsEventListener - Interface in org.symphonyoss.client.services
-
- ConnectionsException - Exception in org.symphonyoss.client.exceptions
-
Created by Frank Tarsillo on 9/11/2016.
- ConnectionsException(String) - Constructor for exception org.symphonyoss.client.exceptions.ConnectionsException
-
- ConnectionsException(Throwable) - Constructor for exception org.symphonyoss.client.exceptions.ConnectionsException
-
- ConnectionsException(String, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.ConnectionsException
-
- ConnectionsFactory - Class in org.symphonyoss.symphony.clients
-
Created by frank.tarsillo on 6/6/2016.
- ConnectionsFactory() - Constructor for class org.symphonyoss.symphony.clients.ConnectionsFactory
-
- ConnectionsListener - Interface in org.symphonyoss.client.services
-
Callback listener for use with the
ConnectionsService
which will provide notification of external connection
requests.
- ConnectionsService - Class in org.symphonyoss.client.services
-
This service handles incoming connection requests and provides options for automatically accepting requests.
- ConnectionsService(SymphonyClient) - Constructor for class org.symphonyoss.client.services.ConnectionsService
-
- Constants - Class in org.symphonyoss.client.common
-
Constants
All time units are in Seconds
- Constants() - Constructor for class org.symphonyoss.client.common.Constants
-
- CORRECTFACTOR - Static variable in class org.symphonyoss.client.common.AiConstants
-
- createChatRoom(SymRoomAttributes) - Method in class org.symphonyoss.symphony.clients.impl.StreamsClientImpl
-
Create or retrieve existing chat room
- createChatRoom(SymRoomAttributes) - Method in interface org.symphonyoss.symphony.clients.StreamsClient
-
- createDatafeed(ApiVersion) - Method in interface org.symphonyoss.symphony.clients.DataFeedClient
-
Create a datafeed to consume messages/events from
- createDatafeed(ApiVersion) - Method in class org.symphonyoss.symphony.clients.impl.DataFeedClientImpl
-
- createPresenceFeed() - Method in class org.symphonyoss.symphony.clients.impl.PresenceClientImpl
-
Obtain a presence feed id to attach to.
- createPresenceFeed() - Method in interface org.symphonyoss.symphony.clients.PresenceClient
-
- createRoom(SymRoomAttributes) - Method in class org.symphonyoss.client.services.RoomService
-
- createUser(UserCreate) - Method in class org.symphonyoss.symphony.clients.impl.UsersClientImpl
-
- createUser(UserCreate) - Method in interface org.symphonyoss.symphony.clients.UsersClient
-
- CustomHttpClient - Class in org.symphonyoss.client.impl
-
A custom HTTP client can be used when there are specific connectivity requirements or there is a need to support
multiple keystores.
- CustomHttpClient() - Constructor for class org.symphonyoss.client.impl.CustomHttpClient
-