A B C D E F G H I K L M N O P R S T U V W 

A

abort() - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
AbstractConfigurationManager - Class in org.kaaproject.kaa.client.configuration.base
 
AbstractConfigurationManager(KaaClientProperties, KaaClientState, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
AbstractExecutorContext - Class in org.kaaproject.kaa.client.context
 
AbstractExecutorContext() - Constructor for class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
AbstractExecutorContext(int, TimeUnit) - Constructor for class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
AbstractHttpChannel - Class in org.kaaproject.kaa.client.channel.impl.channels
 
AbstractHttpChannel(AbstractKaaClient, KaaClientState, FailoverManager) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
AbstractHttpClient - Class in org.kaaproject.kaa.client.transport
 
AbstractHttpClient(String, PrivateKey, PublicKey, PublicKey) - Constructor for class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
AbstractKaaClient - Class in org.kaaproject.kaa.client
Abstract class that holds general elements of Kaa library.
AbstractKaaTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
AbstractKaaTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
AbstractLogCollector - Class in org.kaaproject.kaa.client.logging
Reference implementation of @see LogCollector
AbstractLogCollector(LogTransport, ExecutorContext, KaaChannelManager, FailoverManager) - Constructor for class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
AccessPointCommand - Interface in org.kaaproject.kaa.client.logging
 
addChannel(KaaDataChannel) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
addChannel(KaaDataChannel) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Updates the manager by adding the channel.
addConfigurationListener(ConfigurationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
addConfigurationListener(ConfigurationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Register configuration update listener
addListener(ConfigurationListener) - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
addListener(ConfigurationListener) - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
 
addLogRecord(Log) - Method in class org.kaaproject.kaa.client.BaseKaaClient
 
addLogRecord(Log) - Method in interface org.kaaproject.kaa.client.KaaClient
Adds new log record to local storage.
addLogRecord(Log) - Method in class org.kaaproject.kaa.client.logging.DefaultLogCollector
 
addLogRecord(Log) - Method in interface org.kaaproject.kaa.client.logging.LogCollector
Adds new log record to local storage.
addLogRecord(LogRecord) - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Persists new log record.
addLogRecord(LogRecord) - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
addNotificationListener(NotificationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
addNotificationListener(String, NotificationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
addNotificationListener(NotificationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Add listener to receive all notifications (both for mandatory and optional topics).
addNotificationListener(String, NotificationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Add listener to receive notifications relating to the specified topic.
addNotificationListener(NotificationListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
addNotificationListener(String, NotificationListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
addNotificationListener(NotificationListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Add listener to receive all notifications (both for mandatory and optional topics).
addNotificationListener(String, NotificationListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Add listener to receive notifications relating to the specified topic.
addOnProcessedCallback(ConfigurationProcessedObserver) - Method in interface org.kaaproject.kaa.client.configuration.ConfigurationProcessedObservable
Subscribes observer of configuration processing finished.
addOnProcessedCallback(ConfigurationProcessedObserver) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
addRecord(LogRecord) - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
addTopic(Topic) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
addTopic(Topic) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
addTopicListListener(NotificationTopicListListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
addTopicListListener(NotificationTopicListListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Add listener for notification topics' list updates.
addTopicListListener(NotificationTopicListListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
addTopicListListener(NotificationTopicListListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Add listener for notification topics' list updates.
attachEndpoint(EndpointAccessToken, OnAttachEndpointOperationCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
attachEndpoint(EndpointAccessToken, OnAttachEndpointOperationCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
attachEndpoint(EndpointAccessToken, OnAttachEndpointOperationCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Updates with new endpoint attach request

OnAttachEndpointOperationCallback is populated with EndpointKeyHash of an attached endpoint.
attachEndpoint(EndpointAccessToken, OnAttachEndpointOperationCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Updates with new endpoint attach request

OnAttachEndpointOperationCallback is populated with EndpointKeyHash of an attached endpoint.
AttachEndpointToUserCallback - Interface in org.kaaproject.kaa.client.event.registration
Callback interface for attached to user notifications.

Provide listener implementation to EndpointRegistrationManager to retrieve notification when current endpoint is attached to user by another endpoint.
attachUser(String, String, UserAttachCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
attachUser(String, String, String, UserAttachCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
attachUser(String, String, UserAttachCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
attachUser(String, String, String, UserAttachCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
attachUser(String, String, UserAttachCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Creates user attach request using default verifier.
attachUser(String, String, String, UserAttachCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Creates user attach request using specified verifier.
attachUser(String, String, UserAttachCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Creates user attach request using default verifier.
attachUser(String, String, String, UserAttachCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Creates user attach request using specified verifier.
AvroGenericUtils - Class in org.kaaproject.kaa.client.common
Common tools for avro generic objects.

B

Base64 - Interface in org.kaaproject.kaa.client.util
 
BaseKaaClient - Class in org.kaaproject.kaa.client
Auto-generated class based on user data structures.
BaseKaaClient(KaaClientPlatformContext, KaaClientStateListener) - Constructor for class org.kaaproject.kaa.client.BaseKaaClient
 
batchCount - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
batchSize - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
beginTransaction() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
beginTransaction() - Method in interface org.kaaproject.kaa.client.transact.Transactable
Create new transaction entry.
blockEventManager() - Method in interface org.kaaproject.kaa.client.channel.EventTransport
 
blockEventManager() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
BOOTSTRAP_SERVERS - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
BootstrapManager - Interface in org.kaaproject.kaa.client.bootstrap
Bootstrap manager manages the list of available operation servers.
BootstrapRuntimeException - Exception in org.kaaproject.kaa.client.bootstrap
 
BootstrapRuntimeException(String) - Constructor for exception org.kaaproject.kaa.client.bootstrap.BootstrapRuntimeException
 
BootstrapTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Bootstrap service.
BUCKET_ID_COLUMN - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
BUCKET_ID_INDEX_NAME - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
BUILD_COMMIT_HASH - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
BUILD_VERSION - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
buildBootstrapManager(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildBootstrapTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildChannelManager(BootstrapManager, Map<TransportProtocolId, List<TransportConnectionInfo>>) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildConfigurationManager(KaaClientProperties, KaaClientState, TransportContext, ExecutorContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildConfigurationTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildEventManager(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildEventTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildFailoverManager(KaaChannelManager) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildLogCollector(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildLogTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildNotificationManager(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildNotificationTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildProfileManager(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildProfileTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildRedirectionTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildRegistrationManager(KaaClientProperties, KaaClientState, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildTransportContext(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
buildUserTransport(KaaClientProperties, KaaClientState) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 

C

canAbort() - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
cancel() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 
cancel() - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableRunnable
 
cancel(boolean) - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
cancel() - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.Command
Cancels command.
cancel() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.PollCommand
 
CancelableCommandRunnable - Class in org.kaaproject.kaa.client.channel.impl.channels.polling
 
CancelableCommandRunnable() - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 
CancelableRunnable - Interface in org.kaaproject.kaa.client.channel.impl.channels.polling
 
CancelableScheduledFuture<V> - Class in org.kaaproject.kaa.client.channel.impl.channels.polling
 
CancelableScheduledFuture(CancelableRunnable, RunnableScheduledFuture<V>) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
ChangedAttachedEndpointListCallback - Interface in org.kaaproject.kaa.client.event.registration
Callback interface for attached endpoint list change notifications
ChannelDirection - Enum in org.kaaproject.kaa.client.channel
Describes traffic direction that channel supports.
channelManager - Variable in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
ChannelRuntimeException - Exception in org.kaaproject.kaa.client.channel.impl
 
ChannelRuntimeException() - Constructor for exception org.kaaproject.kaa.client.channel.impl.ChannelRuntimeException
 
ChannelRuntimeException(String) - Constructor for exception org.kaaproject.kaa.client.channel.impl.ChannelRuntimeException
 
ChannelRuntimeException(Throwable) - Constructor for exception org.kaaproject.kaa.client.channel.impl.ChannelRuntimeException
 
ChannelRuntimeException(String, Throwable) - Constructor for exception org.kaaproject.kaa.client.channel.impl.ChannelRuntimeException
 
ChannelRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.kaaproject.kaa.client.channel.impl.ChannelRuntimeException
 
checkConnectivity() - Method in interface org.kaaproject.kaa.client.channel.connectivity.ConnectivityChecker
Check whether network connectivity exists.
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.strategies.PeriodicLogUploadStrategy
 
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.strategies.RecordCountLogUploadStrategy
 
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.strategies.RecordCountWithTimeLimitLogUploadStrategy
 
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.strategies.StorageSizeLogUploadStrategy
 
checkUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.strategies.StorageSizeWithTimeLimitLogUploadStrategy
 
clean() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
clean() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
clearChannelList() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
clearChannelList() - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Clears the list of channels.
clearConfiguration() - Method in class org.kaaproject.kaa.client.configuration.base.SimpleConfigurationStorage
 
clearConfiguration() - Method in interface org.kaaproject.kaa.client.configuration.storage.ConfigurationStorage
Clear configuration data (file)
clearState() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
clearState() - Method in interface org.kaaproject.kaa.client.event.EventManager
Clears the current manager's state.
CLIENT_PRIVATE_KEY_FILE_NAME_PROPERTY - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
CLIENT_PRIVATE_KEY_NAME_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
CLIENT_PUBLIC_KEY_FILE_NAME_PROPERTY - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
CLIENT_PUBLIC_KEY_NAME_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
clientState - Variable in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
close() - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Closes log storage and releases all used resources (if any)
close() - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
close() - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
Command - Interface in org.kaaproject.kaa.client.channel.impl.channels.polling
Interface for the Operations server commands.
commit(TransactionId) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
commit(TransactionId) - Method in interface org.kaaproject.kaa.client.transact.Transactable
Submit the transaction
CommonArray - Interface in org.kaaproject.kaa.client.common
Common array interface
CommonEnum - Interface in org.kaaproject.kaa.client.common
Common enum interface
CommonFactory - Interface in org.kaaproject.kaa.client.common
Factory for Common* objects.
CommonFixed - Interface in org.kaaproject.kaa.client.common
Common fixed interface
CommonRecord - Interface in org.kaaproject.kaa.client.common
CommonRecord interface.
CommonsBase64 - Class in org.kaaproject.kaa.client.util
 
CommonsBase64() - Constructor for class org.kaaproject.kaa.client.util.CommonsBase64
 
CommonToGeneric - Class in org.kaaproject.kaa.client.common
Tools for converting from Common* objects to avro Generic* objects.
CommonValue - Interface in org.kaaproject.kaa.client.common
Common value interface
compareTo(Delayed) - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
compileRequest(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
compileRequest(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
compileRequest(Map<TransportType, ChannelDirection>) - Method in interface org.kaaproject.kaa.client.channel.KaaDataMultiplexer
Compiles request for given transport types.
CONFIG_DATA_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
CONFIG_SCHEMA_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
ConfigurationHashContainer - Interface in org.kaaproject.kaa.client.configuration
Container for the configuration data hash.
ConfigurationListener - Interface in org.kaaproject.kaa.client.configuration.base
The listener to configuration updates.
configurationManager - Variable in class org.kaaproject.kaa.client.AbstractKaaClient
 
ConfigurationManager - Interface in org.kaaproject.kaa.client.configuration.base
Interface for the configuration manager.

Responsible for configuration updates subscriptions and configuration obtaining.

Configuration manager can be used to fetch current configuration at any time.
ConfigurationManager - Interface in org.kaaproject.kaa.client.configuration.manager
Interface for the configuration manager.

Responsible for configuration updates subscriptions and configuration obtaining.

Configuration manager can be used to fetch current configuration at any time.
ConfigurationPersistenceManager - Interface in org.kaaproject.kaa.client.configuration.storage
Manager for saving and loading of configuration data

Provide ConfigurationStorage implementation instance to store merged configuration when configuration deltas are received from Operation server.
ConfigurationProcessedObservable - Interface in org.kaaproject.kaa.client.configuration
Notifies subscribers when all deltas have been already processed
ConfigurationProcessedObserver - Interface in org.kaaproject.kaa.client.configuration
Interface for configuration processing is finished observers.
ConfigurationProcessor - Interface in org.kaaproject.kaa.client.configuration
Interface for a configuration processor.
ConfigurationReceiver - Interface in org.kaaproject.kaa.client.configuration.manager
Interface for subscriber to receive full configuration

Instance of this interface implementation can be subscribed for updates in ConfigurationManager
ConfigurationRuntimeException - Exception in org.kaaproject.kaa.client.configuration
 
ConfigurationRuntimeException() - Constructor for exception org.kaaproject.kaa.client.configuration.ConfigurationRuntimeException
 
ConfigurationRuntimeException(String) - Constructor for exception org.kaaproject.kaa.client.configuration.ConfigurationRuntimeException
 
ConfigurationStorage - Interface in org.kaaproject.kaa.client.configuration.storage
Interface for object to save and load configuration data

Provide implementation instance of this interface to save and load serialized configuration.
ConfigurationTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Configuration service.
connectionFailed(boolean) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
connectionFailed(boolean, int) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
ConnectivityChecker - Interface in org.kaaproject.kaa.client.channel.connectivity
Interface for a platform-dependent checker of a network connectivity.
context - Variable in class org.kaaproject.kaa.client.AbstractKaaClient
 
countThreshold - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
createArray(CommonArray) - Static method in class org.kaaproject.kaa.client.common.CommonToGeneric
Creates new GenericArray from the given CommonArray object.
createChannelRunnable(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
createChannelRunnable(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
createChannelRunnable(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
createCommonArray(Schema, List<CommonValue>) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonArray with the given schema and list of values.
createCommonArray(Schema, List<CommonValue>) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonEnum(Schema, String) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonEnum with the given schema and symbol.
createCommonEnum(Schema, String) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonFixed(Schema, byte[]) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonFixed with the given schema and byte array.
createCommonFixed(Schema, byte[]) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonRecord(Schema) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonRecord with the given schema.
createCommonRecord(CommonRecord) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonRecord from the existing record.
createCommonRecord(UUID, Schema) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonRecord with the given avro schema and uuid .
createCommonRecord(Schema) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonRecord(CommonRecord) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonRecord(UUID, Schema) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createCommonValue(Object) - Method in interface org.kaaproject.kaa.client.common.CommonFactory
Creates CommonValue from the given value.
createCommonValue(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
createConfigurationRequest() - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
Creates the configuration request.
createConfigurationRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
createConnectivityChecker() - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns platform dependent implementation of ConnectivityChecker
createEmptyNotificationRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
createEmptyNotificationRequest() - Method in interface org.kaaproject.kaa.client.channel.NotificationTransport
Creates a new empty Notification request.
createEnum(CommonEnum) - Static method in class org.kaaproject.kaa.client.common.CommonToGeneric
Creates new GenericEnumSymbol from the given CommonEnum object.
createEventRequest(Integer) - Method in interface org.kaaproject.kaa.client.channel.EventTransport
Creates the Event request.
createEventRequest(Integer) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
createExecutor() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
createExecutor() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
createExecutor() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
createFixed(CommonFixed) - Static method in class org.kaaproject.kaa.client.common.CommonToGeneric
Creates new GenericFixed from the given CommonFixed object.
createHttpClient(String, PrivateKey, PublicKey, PublicKey) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
createHttpClient(String, PrivateKey, PublicKey, PublicKey) - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns platform dependent implementation of http client
createLogRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultLogTransport
 
createLogRequest() - Method in interface org.kaaproject.kaa.client.channel.LogTransport
Creates the Log request that consists of current log records.
createMetaDataRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
createMetaDataRequest() - Method in interface org.kaaproject.kaa.client.channel.MetaDataTransport
Creates new Meta data request.
createNotificationRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
createNotificationRequest() - Method in interface org.kaaproject.kaa.client.channel.NotificationTransport
Creates a new Notification request.
createPersistentStorage() - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns platform dependent implementation of persistent storage
createProfileRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
createProfileRequest() - Method in interface org.kaaproject.kaa.client.channel.ProfileTransport
Creates a new Profile update request.
createRecord(CommonRecord) - Static method in class org.kaaproject.kaa.client.common.CommonToGeneric
Creates new GenericRecord from the given CommonRecord object.
createRequest(Map<TransportType, ChannelDirection>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
createRequest(Map<TransportType, ChannelDirection>) - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.RawDataProcessor
 
createResolveRequest() - Method in interface org.kaaproject.kaa.client.channel.BootstrapTransport
Creates new Resolve request.
createResolveRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultBootstrapTransport
 
createSocket(String, int) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
createUserRequest() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultUserTransport
 
createUserRequest() - Method in interface org.kaaproject.kaa.client.channel.UserTransport
Creates new User update request.
createUuidFromFixed(GenericFixed) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Creates UUID from the given GenericFixed object.
currentCommand - Variable in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 

D

DB_VERSION - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
decodeBase64(byte[]) - Method in interface org.kaaproject.kaa.client.util.Base64
 
decodeBase64(String) - Method in interface org.kaaproject.kaa.client.util.Base64
 
decodeBase64(byte[]) - Method in class org.kaaproject.kaa.client.util.CommonsBase64
 
decodeBase64(String) - Method in class org.kaaproject.kaa.client.util.CommonsBase64
 
DecodedDeltaObservable - Interface in org.kaaproject.kaa.client.configuration
Sends notifications with decoded configuration
DEFAULT_DB_NAME - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
DEFAULT_TIMEOUT - Static variable in class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
DEFAULT_TIMEUNIT - Static variable in class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
DefaultBootstrapChannel - Class in org.kaaproject.kaa.client.channel.impl.channels
 
DefaultBootstrapChannel(AbstractKaaClient, KaaClientState, FailoverManager) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
DefaultBootstrapDataProcessor - Class in org.kaaproject.kaa.client.channel.impl
 
DefaultBootstrapDataProcessor() - Constructor for class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
DefaultBootstrapManager - Class in org.kaaproject.kaa.client.bootstrap
Default BootstrapManager implementation
DefaultBootstrapManager(BootstrapTransport, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
DefaultBootstrapTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultBootstrapTransport(String) - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultBootstrapTransport
 
DefaultChannelManager - Class in org.kaaproject.kaa.client.channel.impl
 
DefaultChannelManager(BootstrapManager, Map<TransportProtocolId, List<TransportConnectionInfo>>, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
DefaultCommonArray - Class in org.kaaproject.kaa.client.common
Default CommonArray implementation
DefaultCommonEnum - Class in org.kaaproject.kaa.client.common
Default CommonEnum implementation
DefaultCommonFactory - Class in org.kaaproject.kaa.client.common
Default CommonFactory implementation.
DefaultCommonFactory() - Constructor for class org.kaaproject.kaa.client.common.DefaultCommonFactory
 
DefaultCommonFixed - Class in org.kaaproject.kaa.client.common
Default CommonFixed implementation
DefaultCommonRecord - Class in org.kaaproject.kaa.client.common
Default CommonRecord implementation.
DefaultCommonValue - Class in org.kaaproject.kaa.client.common
 
DefaultConfigurationManager - Class in org.kaaproject.kaa.client.configuration.manager
Default @{link ConfigurationManager} implementation
DefaultConfigurationManager() - Constructor for class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
DefaultConfigurationProcessor - Class in org.kaaproject.kaa.client.configuration
Implementation of ConfigurationProcessor using avro decoding mechanisms
DefaultConfigurationProcessor() - Constructor for class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
DefaultConfigurationTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
The default implementation of the ConfigurationTransport.
DefaultConfigurationTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
DefaultEndpointRegistrationManager - Class in org.kaaproject.kaa.client.event.registration
Default EndpointRegistrationManager implementation.
DefaultEndpointRegistrationManager(KaaClientState, ExecutorContext, UserTransport, ProfileTransport) - Constructor for class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
DefaultEventManager - Class in org.kaaproject.kaa.client.event
Default EventManager implementation.
DefaultEventManager(KaaClientState, ExecutorContext, EventTransport) - Constructor for class org.kaaproject.kaa.client.event.DefaultEventManager
 
DefaultEventTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultEventTransport(KaaClientState) - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
DefaultFailoverManager - Class in org.kaaproject.kaa.client.channel.impl
 
DefaultFailoverManager(KaaChannelManager, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
DefaultFailoverManager(KaaChannelManager, ExecutorContext, long, long, long, long, TimeUnit) - Constructor for class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
DefaultLogCollector - Class in org.kaaproject.kaa.client.logging
Reference implementation of @see LogCollector
DefaultLogCollector(LogTransport, ExecutorContext, KaaChannelManager, FailoverManager) - Constructor for class org.kaaproject.kaa.client.logging.DefaultLogCollector
 
DefaultLogTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultLogTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultLogTransport
 
DefaultLogUploadStrategy - Class in org.kaaproject.kaa.client.logging
Reference implementation for LogUploadStrategy.
DefaultLogUploadStrategy() - Constructor for class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
DefaultMetaDataTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultMetaDataTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
DefaultNotificationManager - Class in org.kaaproject.kaa.client.notification
Default NotificationManager implementation.
DefaultNotificationManager(KaaClientState, ExecutorContext, NotificationTransport) - Constructor for class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
DefaultNotificationTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultNotificationTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
DefaultOperationDataProcessor - Class in org.kaaproject.kaa.client.channel.impl
 
DefaultOperationDataProcessor() - Constructor for class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
DefaultOperationHttpChannel - Class in org.kaaproject.kaa.client.channel.impl.channels
 
DefaultOperationHttpChannel(AbstractKaaClient, KaaClientState, FailoverManager) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
DefaultOperationsChannel - Class in org.kaaproject.kaa.client.channel.impl.channels
 
DefaultOperationsChannel(AbstractKaaClient, KaaClientState, FailoverManager) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
DefaultOperationTcpChannel - Class in org.kaaproject.kaa.client.channel.impl.channels
 
DefaultOperationTcpChannel(KaaClientState, FailoverManager) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
DefaultProfileManager - Class in org.kaaproject.kaa.client.profile
Default ProfileManager implementation
DefaultProfileManager(ProfileTransport) - Constructor for class org.kaaproject.kaa.client.profile.DefaultProfileManager
 
DefaultProfileTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultProfileTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
DefaultRedirectionTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultRedirectionTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultRedirectionTransport
 
DefaultSchemaPersistenceManager - Class in org.kaaproject.kaa.client.schema.storage
Default SchemaPersistenceManager implementation
DefaultSchemaPersistenceManager() - Constructor for class org.kaaproject.kaa.client.schema.storage.DefaultSchemaPersistenceManager
 
DefaultSchemaPersistenceManager(SchemaProcessor) - Constructor for class org.kaaproject.kaa.client.schema.storage.DefaultSchemaPersistenceManager
 
DefaultSchemaProcessor - Class in org.kaaproject.kaa.client.schema
Default implementation of @{link SchemaProcessor} using the avro schema
DefaultSchemaProcessor() - Constructor for class org.kaaproject.kaa.client.schema.DefaultSchemaProcessor
 
DefaultUserTransport - Class in org.kaaproject.kaa.client.channel.impl.transports
 
DefaultUserTransport() - Constructor for class org.kaaproject.kaa.client.channel.impl.transports.DefaultUserTransport
 
delete(String) - Method in class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
delete(String) - Method in interface org.kaaproject.kaa.client.persistence.PersistentStorage
 
deserializer - Variable in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
detachEndpoint(EndpointKeyHash, OnDetachEndpointOperationCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
detachEndpoint(EndpointKeyHash, OnDetachEndpointOperationCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
detachEndpoint(EndpointKeyHash, OnDetachEndpointOperationCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Updates with new endpoint detach request
detachEndpoint(EndpointKeyHash, OnDetachEndpointOperationCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Updates with new endpoint detach request
DetachEndpointFromUserCallback - Interface in org.kaaproject.kaa.client.event.registration
Callback interface for detached from user notifications.

Provide listener implementation to EndpointRegistrationManager to retrieve notification when current endpoint is detached from user by another endpoint.
disableVerification() - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 

E

encodeBase64(byte[]) - Method in interface org.kaaproject.kaa.client.util.Base64
 
encodeBase64(byte[]) - Method in class org.kaaproject.kaa.client.util.CommonsBase64
 
EndpointAccessToken - Class in org.kaaproject.kaa.client.event
Represents endpoint access token which has to be passed for endpoint attachment.
EndpointAccessToken(String) - Constructor for class org.kaaproject.kaa.client.event.EndpointAccessToken
 
EndpointKeyHash - Class in org.kaaproject.kaa.client.event
Represents endpoint key hash returned from OPS after it was successfully attached.
EndpointKeyHash(String) - Constructor for class org.kaaproject.kaa.client.event.EndpointKeyHash
 
EndpointRegistrationManager - Interface in org.kaaproject.kaa.client.event.registration
Module that manages endpoint-initiated attaching and detaching endpoints to (from) user.

To assign endpoints to user current endpoint has to be already attached, otherwise attach/detach operations will fail.
Current endpoint can be attached to user in two ways: By calling EndpointRegistrationManager.attachUser(String, String, UserAttachCallback) Attached from another endpoint
Attaching current endpoint to user:
EndpointRegistrationProcessor - Interface in org.kaaproject.kaa.client.event.registration
This processor that applies the endpoint registration updates received from the remote server.
engageDataChannel() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
engageDataChannel() - Method in interface org.kaaproject.kaa.client.event.EventManager
Restrict manager to use data channel until EventManager.releaseDataChannel() called
equals(Object) - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
equals(Object) - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
equals(Object) - Method in class org.kaaproject.kaa.client.channel.TransportProtocolId
 
equals(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonArray
 
equals(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonEnum
 
equals(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonFixed
 
equals(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
equals(Object) - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
equals(Object) - Method in class org.kaaproject.kaa.client.event.EndpointAccessToken
 
equals(Object) - Method in class org.kaaproject.kaa.client.event.EndpointKeyHash
 
equals(Object) - Method in class org.kaaproject.kaa.client.transact.TransactionId
 
EventFamily - Interface in org.kaaproject.kaa.client.event
Interface for Event Family.
EventFamilyFactory - Class in org.kaaproject.kaa.client.event
Factory for accessing supported event families.
EventFamilyFactory(EventManager, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.event.EventFamilyFactory
 
EventListenersResolver - Interface in org.kaaproject.kaa.client.event
Public access interface for events listener resolution request.

Use this module to find endpoints which are able to receive events by list of events' fully-qualified names.
NOTE: Operations server will respond with list of endpoints which can receive ALL listed event types (FQNs).
eventListenersResponseReceived(List<EventListenersResponse>) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
eventListenersResponseReceived(List<EventListenersResponse>) - Method in interface org.kaaproject.kaa.client.event.EventManager
Called when SyncResponse contains resolved list of endpoints which support FQNs given in a request before.
EventManager - Interface in org.kaaproject.kaa.client.event
Interface for event management.
EventTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Event service.
execute() - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.Command
Executes command.
execute() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.PollCommand
 
executeCommand() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 
executeHttpRequest(String, LinkedHashMap<String, byte[]>, boolean) - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
ExecutorContext - Interface in org.kaaproject.kaa.client.context
Responsible for creation of executor instances for SDK internal usage.
executorContext - Variable in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
exists(String) - Method in class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
exists(String) - Method in interface org.kaaproject.kaa.client.persistence.PersistentStorage
 

F

FailoverDecision - Class in org.kaaproject.kaa.client.channel
Class that describes a decision which is made by a failover manager, which corresponds to a failover strategy
FailoverDecision(FailoverDecision.FailoverAction) - Constructor for class org.kaaproject.kaa.client.channel.FailoverDecision
 
FailoverDecision(FailoverDecision.FailoverAction, long, TimeUnit) - Constructor for class org.kaaproject.kaa.client.channel.FailoverDecision
 
FailoverDecision.FailoverAction - Enum in org.kaaproject.kaa.client.channel
Enum which represents an action corresponding to a failover scenario
FailoverManager - Interface in org.kaaproject.kaa.client.channel
Manager is responsible for managing current server's failover/connection events
FailoverStatus - Enum in org.kaaproject.kaa.client.channel
Enum which describes status of the current failover state.
FILE_SEPARATOR - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
FilePersistentStorage - Class in org.kaaproject.kaa.client.persistence
 
FilePersistentStorage() - Constructor for class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
fillEventListenersSyncRequest(EventSyncRequest) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
fillEventListenersSyncRequest(EventSyncRequest) - Method in interface org.kaaproject.kaa.client.event.EventManager
Adds new event listener requests to the given Sync request.
fillSyncRequest(LogSyncRequest) - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
fillSyncRequest(LogSyncRequest) - Method in interface org.kaaproject.kaa.client.logging.LogProcessor
Fills the given request with the latest Logging state.
findEventListeners(List<String>, FindEventListenersCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
findEventListeners(List<String>, FindEventListenersCallback) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
findEventListeners(List<String>, FindEventListenersCallback) - Method in interface org.kaaproject.kaa.client.event.EventListenersResolver
Submits an event listeners resolution request
findEventListeners(List<String>, FindEventListenersCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Submits an event listeners resolution request
FindEventListenersCallback - Interface in org.kaaproject.kaa.client.event
Listener interface for retrieving endpoints list which supports requested event class FQNs

G

GenericConfigurationManager - Interface in org.kaaproject.kaa.client.configuration.base
 
GenericDeltaReceiver - Interface in org.kaaproject.kaa.client.configuration
Interface for subscriber to receive deltas in avro generic objects.
GenericKaaClient - Interface in org.kaaproject.kaa.client
Root interface for the Kaa client.
GenericLogCollector - Interface in org.kaaproject.kaa.client.logging
Root interface for a log collector.
GenericTransportInfo - Class in org.kaaproject.kaa.client.channel
Generic implementation of TransportConnectionInfo that is based on ProtocolMetaData
GenericTransportInfo(ServerType, ProtocolMetaData) - Constructor for class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
get() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
get(long, TimeUnit) - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
getAccessPointId() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
getAccessPointId() - Method in interface org.kaaproject.kaa.client.channel.TransportConnectionInfo
Retrieves the access point id (operations/bootstrap server id)
getAction() - Method in class org.kaaproject.kaa.client.channel.FailoverDecision
 
getAction() - Method in class org.kaaproject.kaa.client.notification.NotificationListenerInfo
Deprecated.
 
getActiveServer(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
getActiveServer(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Returns information about server that is used for data transfer for specified TransportType
getAndIncrementEventSeqNum() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getAndIncrementEventSeqNum() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getApiExecutor() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Executes user API calls to SDK client.
getApiExecutor() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
getApiExecutor() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
getAppStateSeqNumber() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getAppStateSeqNumber() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getArray() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getArray() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getAttachedEndpointList() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
getAttachedEndpointsList() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getAttachedEndpointsList() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getAttachEndpointRequests() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
getAttachEndpointRequests() - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationProcessor
Retrieves current attach requests.
getBase64() - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns platform dependent implementation of base64 algorithm
getBase64() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getBatchCount() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getBatchCount() - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Retrieves maximum count of the records in report pack that will be delivered in single request to server
getBatchSize() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getBatchSize() - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Retrieves maximum size of the report pack that will be delivered in single request to server
getBlockId() - Method in class org.kaaproject.kaa.client.logging.LogBlock
Retrieves log block id
getBoolean() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getBoolean() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getBootstrapServers() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getBootstrapTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getBuildVersion() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getBytes() - Method in interface org.kaaproject.kaa.client.common.CommonFixed
 
getBytes() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getBytes() - Method in class org.kaaproject.kaa.client.common.DefaultCommonFixed
 
getBytes() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getCallbackExecutor() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Executes callback methods provided by SDK client user.
getCallbackExecutor() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
getCallbackExecutor() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
getChannel(String) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
getChannel(String) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Retrieves channel by the unique channel id.
getChannelManager() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getChannelManager() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieves Kaa channel manager
getChannels() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
getChannels() - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Retrieves the list of current channels.
getClientPrivateKey() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getClientPrivateKey() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieves the client's private key.
getClientPublicKey() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getClientPublicKey() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieves the client's public key.
getCommitHash() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getConfigSeqNumber() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getConfigSeqNumber() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getConfiguration() - Method in class org.kaaproject.kaa.client.BaseKaaClient
 
getConfiguration() - Method in interface org.kaaproject.kaa.client.configuration.base.ConfigurationManager
Always returns latest configuration
getConfiguration() - Method in class org.kaaproject.kaa.client.configuration.base.ResyncConfigurationManager
 
getConfiguration() - Method in interface org.kaaproject.kaa.client.configuration.manager.ConfigurationManager
Retrieves full configuration
getConfiguration() - Method in class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
getConfiguration() - Method in interface org.kaaproject.kaa.client.KaaClient
Returns latest configuration.
getConfigurationData() - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
getConfigurationHash() - Method in interface org.kaaproject.kaa.client.configuration.ConfigurationHashContainer
Retrieves configuration data hash.
getConfigurationHashContainer() - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
getConfigurationHashContainer() - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
 
getConfigurationProcessor() - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
getConfigurationProcessor() - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
 
getConfigurationTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getConnectionInfo() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
getConnectionInfo() - Method in interface org.kaaproject.kaa.client.channel.TransportConnectionInfo
Retrieves serialized connection properties.
getConsumedVolume() - Method in interface org.kaaproject.kaa.client.logging.LogStorageStatus
Retrieves current log storage size used by added records.
getConsumedVolume() - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
getCount() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
getCountThreshold() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getDefaultConfigData() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getDefaultConfigSchema() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getDefaultConfigurationData() - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
getDelay(TimeUnit) - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
getDemultiplexer() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getDetachEndpointRequests() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
getDetachEndpointRequests() - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationProcessor
Retrieves current detach requests.
getDouble() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getDouble() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getEncoderDecoder() - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
getEndpointAccessToken() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getEndpointAccessToken() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieve an access token for a current endpoint
getEndpointAccessToken() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getEndpointAccessToken() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getEndpointKeyHash() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getEndpointKeyHash() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieves endpoint public key hash.
getEndpointKeyHash() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getEndpointKeyHash() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getEnum() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getEnum() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getEnumFullName(GenericEnumSymbol) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Retrieves full schema name of the given enum.
getEventFamilyFactory() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getEventFamilyFactory() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieves Kaa event family factory.
getEventSeqNum() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getEventSeqNum() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getEventTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getExecutorContext() - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns SDK thread execution context
getField(String) - Method in interface org.kaaproject.kaa.client.common.CommonRecord
Retrieves the field's value by the given field name.
getField(String) - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
getFixed() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getFixed() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getFloat() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getFloat() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getHost() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
getHttpClient() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
getId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
getId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
getId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
getId() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Retrieves the channel's id.
getId() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
getInstance() - Static method in class org.kaaproject.kaa.client.util.CommonsBase64
 
getInteger() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getInteger() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getKeyHash() - Method in class org.kaaproject.kaa.client.event.EndpointKeyHash
 
getLifeCycleExecutor() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Executes lifecycle events/commands of Kaa client
getLifeCycleExecutor() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
getLifeCycleExecutor() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
getList() - Method in interface org.kaaproject.kaa.client.common.CommonArray
 
getList() - Method in class org.kaaproject.kaa.client.common.DefaultCommonArray
 
getListener() - Method in class org.kaaproject.kaa.client.notification.NotificationListenerInfo
Deprecated.
 
getLogTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getLong() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getLong() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getMaxParallelUploads() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getMaxParallelUploads() - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Returns max parallel upload count
getMdTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getMultiplexer() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getNfSubscriptions() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getNfSubscriptions() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getNotificationSeqNumber() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getNotificationSeqNumber() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getNotificationTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getNumber() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getNumber() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getPollDelay() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getPollPeriod() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getPollUnit() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getPort() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
getPrivateKey() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getPrivateKey() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getPrivateKeyFileFullName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getPrivateKeyFileName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getProfile() - Method in interface org.kaaproject.kaa.client.profile.ProfileContainer
Retrieves serialized profile
getProfileHash() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getProfileHash() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getProfileTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getProperties() - Method in interface org.kaaproject.kaa.client.KaaClientPlatformContext
Returns platform SDK properties
getPropertiesHash() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getProtocolId() - Method in class org.kaaproject.kaa.client.channel.TransportProtocolId
 
getProtocolVersion() - Method in class org.kaaproject.kaa.client.channel.TransportProtocolId
 
getPublicKey() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
getPublicKey() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getPublicKey() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getPublicKeyFileFullName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getPublicKeyFileName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getRecord() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getRecord() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getRecordBlock(long, int) - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Retrieves new log block of specified size or null if there is no logs.
getRecordBlock(long, int) - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
getRecordCount() - Method in interface org.kaaproject.kaa.client.logging.LogStorageStatus
Retrieves current number of added records.
getRecordCount() - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
getRecords() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
getRedirectionTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getRetryPeriod() - Method in class org.kaaproject.kaa.client.channel.FailoverDecision
Is used to get retryPeriod value in milliseconds
getScheduledExecutor() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Executes scheduled tasks(periodically if needed) as log upload
getScheduledExecutor() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
getScheduledExecutor() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
getSchema() - Method in class org.kaaproject.kaa.client.common.DefaultCommonArray
 
getSchema() - Method in class org.kaaproject.kaa.client.common.DefaultCommonEnum
 
getSchema() - Method in class org.kaaproject.kaa.client.common.DefaultCommonFixed
 
getSchema() - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
getSchema() - Method in interface org.kaaproject.kaa.client.common.SchemaDependent
 
getSchema() - Method in class org.kaaproject.kaa.client.schema.DefaultSchemaProcessor
 
getSchema() - Method in interface org.kaaproject.kaa.client.schema.SchemaProcessor
Retrieves current schema object.
getSdkToken() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getSerializedProfile() - Method in class org.kaaproject.kaa.client.profile.DefaultProfileManager
 
getSerializedProfile() - Method in interface org.kaaproject.kaa.client.profile.ProfileManager
Retrieves serialized profile
getServer() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getServer() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
getServer() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
getServer() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Retrieves info about current used server
getServerType() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
getServerType() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
getServerType() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
getServerType() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
getServerType() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
getServerType() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
getServerType() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Retrieves the channel's server type (i.e.
getServerType() - Method in interface org.kaaproject.kaa.client.channel.TransportConnectionInfo
Retrieves the channel's server type (i.e.
getSize() - Method in class org.kaaproject.kaa.client.logging.LogRecord
 
getSize() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
getState() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
getStateFileFullName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getStateFileName() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
getStatus() - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Gets log storage status.
getStatus() - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
getStatus() - Method in exception org.kaaproject.kaa.client.transport.TransportException
 
getString() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
getString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
getSupportedEventFQNs() - Method in interface org.kaaproject.kaa.client.event.EventFamily
Returns set of supported incoming events in event family
getSupportedTransportTypes() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
getSupportedTransportTypes() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
getSupportedTransportTypes() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
getSupportedTransportTypes() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
getSupportedTransportTypes() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Retrieves the map of transport types and their directions supported by this channel.
getSymbol() - Method in interface org.kaaproject.kaa.client.common.CommonEnum
 
getSymbol() - Method in class org.kaaproject.kaa.client.common.DefaultCommonEnum
 
getTimeout() - Method in class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
getTimeout() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getTimeout() - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Maximum time to wait log delivery response.
getTimeunit() - Method in class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
getToken() - Method in class org.kaaproject.kaa.client.event.EndpointAccessToken
 
getTopics() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
getTopics() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Retrieve a list of available notification topics.
getTopics() - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
getTopics() - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Retrieve a list of available notification topics.
getTopics() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
getTopics() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
getTransportId() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
getTransportId() - Method in interface org.kaaproject.kaa.client.channel.TransportConnectionInfo
Retrieves the TransportProtocolId.
getTransportProtocolId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getTransportProtocolId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
getTransportProtocolId() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
getTransportProtocolId() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Retrieves the TransportProtocolId.
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultBootstrapTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultLogTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
getTransportType() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultUserTransport
 
getTypes() - Method in class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
getUploadCheckPeriod() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getUploadCheckPeriod() - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
If there are records in storage we need to periodically check isUploadNeeded method.
getURL() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
getURLSufix() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
getURLSufix() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
getURLSufix() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
getUserAttachRequest() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
getUserAttachRequest() - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationProcessor
Retrieves the user attach request.
getUserTransport() - Method in class org.kaaproject.kaa.client.context.TransportContext
 
getUuid() - Method in interface org.kaaproject.kaa.client.common.CommonRecord
Retrieves the uuid of this record.
getUuid() - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
getVolumeThreshold() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
getWorkingDirectory() - Method in class org.kaaproject.kaa.client.KaaClientProperties
 

H

hasField(String) - Method in interface org.kaaproject.kaa.client.common.CommonRecord
Checks if this record contains field with the given name.
hasField(String) - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
hashCode() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
hashCode() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
hashCode() - Method in class org.kaaproject.kaa.client.channel.TransportProtocolId
 
hashCode() - Method in class org.kaaproject.kaa.client.common.DefaultCommonArray
 
hashCode() - Method in class org.kaaproject.kaa.client.common.DefaultCommonEnum
 
hashCode() - Method in class org.kaaproject.kaa.client.common.DefaultCommonFixed
 
hashCode() - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
hashCode() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
hashCode() - Method in class org.kaaproject.kaa.client.event.EndpointAccessToken
 
hashCode() - Method in class org.kaaproject.kaa.client.event.EndpointKeyHash
 
hashCode() - Method in class org.kaaproject.kaa.client.transact.TransactionId
 
HTTP_TRANSPORT_ID - Static variable in class org.kaaproject.kaa.client.channel.TransportProtocolIdConstants
 
HttpRequestCreator - Class in org.kaaproject.kaa.client.channel.impl.channels
 
HttpRequestCreator() - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.HttpRequestCreator
 

I

id - Variable in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
init() - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
init() - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
 
init() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Initialize executors
init() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
init() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
initializeChannels(KaaInternalChannelManager, TransportContext) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
initTransports(KaaChannelManager, KaaClientState) - Method in class org.kaaproject.kaa.client.context.TransportContext
 
IPTransportInfo - Class in org.kaaproject.kaa.client.channel
 
IPTransportInfo(TransportConnectionInfo) - Constructor for class org.kaaproject.kaa.client.channel.IPTransportInfo
 
isAckOnly() - Method in class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
isAll() - Method in class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
isArray(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checks if the given value is GenericArray.
isArray() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isArray() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isAttachedToUser() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
isAttachedToUser() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
isAttachedToUser() - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Checks if current endpoint is attached to user.
isAttachedToUser() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Checks if current endpoint is attached to user.
isAttachedToUser() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
isAttachedToUser() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
isBlank(String) - Static method in class org.kaaproject.kaa.client.util.Utils
 
isBoolean() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isBoolean() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isBytes() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isBytes() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isCancelled() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
isConfigurationVersionUpdated() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
isConfigurationVersionUpdated() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
isDone() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
isDouble() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isDouble() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isEnum(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checks if the given value is GenericEnum.
isEnum() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isEnum() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isFixed(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checks if the given value is GenericFixed.
isFixed() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isFixed() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isFloat() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isFloat() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isInteger() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isInteger() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isLong() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isLong() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isNull() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isNull() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isNumber() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isNumber() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isPeriodic() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 
isRecord(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checkss if the given value is GenericRecord.
isRecord() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isRecord() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isRegistered() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
isRegistered() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
isReset(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
checks if the given value is Reset (value's schema is "org.kaaproject.configuration.resetT").
isShutdown() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
isString() - Method in interface org.kaaproject.kaa.client.common.CommonValue
 
isString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
isUnchanged(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checks if the given value is Unchanged (value's schema is "org.kaaproject.configuration.unchangedT").
isUploadLocked - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
isUploadLocked() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
isUploadNeeded(LogStorageStatus) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
isUploadNeeded(LogStorageStatus) - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Retrieves log upload decision based on current storage status and defined upload configuration.
isUuid(Object) - Static method in class org.kaaproject.kaa.client.common.AvroGenericUtils
Checks if the given value is UUID (value's schema is "org.kaaproject.configuration.uuidT").

K

Kaa - Class in org.kaaproject.kaa.client
Creates new Kaa client based on platform context and optional state listener.
Kaa() - Constructor for class org.kaaproject.kaa.client.Kaa
 
KAA_CLIENT_PROPERTIES_FILE - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
KAA_CREATE_BUCKET_ID_INDEX - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_CREATE_LOG_TABLE - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_DELETE_BY_BUCKET_ID - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_DELETE_BY_RECORD_ID - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_HOW_MANY_LOGS_IN_DB - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_INSERT_NEW_RECORD - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_RESET_BUCKET_ID_ON_START - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_RESET_BY_BUCKET_ID - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_SELECT_UNMARKED_RECORDS - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KAA_UPDATE_BUCKET_ID - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
KaaChannelManager - Interface in org.kaaproject.kaa.client.channel
Channel manager establishes/removes channels' links between client and server.

Use this manager to add or remove specific network channel implementation for client-server communication.

KaaClient - Interface in org.kaaproject.kaa.client
Base interface to operate with Kaa library.
KaaClientPlatformContext - Interface in org.kaaproject.kaa.client
Represents platform specific context for Kaa client initialization
KaaClientProperties - Class in org.kaaproject.kaa.client
Service class to store base endpoint configuration
KaaClientProperties() - Constructor for class org.kaaproject.kaa.client.KaaClientProperties
 
KaaClientProperties(String) - Constructor for class org.kaaproject.kaa.client.KaaClientProperties
 
KaaClientProperties(Properties) - Constructor for class org.kaaproject.kaa.client.KaaClientProperties
 
KaaClientPropertiesState - Class in org.kaaproject.kaa.client.persistence
 
KaaClientPropertiesState(PersistentStorage, Base64, KaaClientProperties) - Constructor for class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
KaaClientState - Interface in org.kaaproject.kaa.client.persistence
 
KaaClientStateListener - Interface in org.kaaproject.kaa.client
Notifies about Kaa client state changes and errors
KaaClusterConnectionException - Exception in org.kaaproject.kaa.client.exceptions
 
KaaClusterConnectionException(Exception) - Constructor for exception org.kaaproject.kaa.client.exceptions.KaaClusterConnectionException
 
KaaDataChannel - Interface in org.kaaproject.kaa.client.channel
Channel is responsible for sending/receiving data to/from the endpoint server.
KaaDataDemultiplexer - Interface in org.kaaproject.kaa.client.channel
Demultiplexer is responsible for deserializing of response data and notifying appropriate services.
KaaDataMultiplexer - Interface in org.kaaproject.kaa.client.channel
Multiplexer collects the info about states from different services and compiles it in one request.
KaaException - Exception in org.kaaproject.kaa.client.exceptions
Basic exception of Kaa client SDK.
KaaException(Exception) - Constructor for exception org.kaaproject.kaa.client.exceptions.KaaException
 
KaaInternalChannelManager - Interface in org.kaaproject.kaa.client.channel
 
KaaInvalidChannelException - Exception in org.kaaproject.kaa.client.channel
 
KaaInvalidChannelException(String) - Constructor for exception org.kaaproject.kaa.client.channel.KaaInvalidChannelException
 
KaaInvalidConfigurationException - Exception in org.kaaproject.kaa.client.exceptions
 
KaaInvalidConfigurationException(Exception) - Constructor for exception org.kaaproject.kaa.client.exceptions.KaaInvalidConfigurationException
 
KaaRuntimeException - Exception in org.kaaproject.kaa.client.exceptions
 
KaaRuntimeException(Exception) - Constructor for exception org.kaaproject.kaa.client.exceptions.KaaRuntimeException
 
KaaTransport - Interface in org.kaaproject.kaa.client.channel
Transport interface processing request and response for the specific service.
KaaUnsupportedPlatformException - Exception in org.kaaproject.kaa.client.exceptions
 
KaaUnsupportedPlatformException(Exception) - Constructor for exception org.kaaproject.kaa.client.exceptions.KaaUnsupportedPlatformException
 

L

lastUploadTime - Variable in class org.kaaproject.kaa.client.logging.strategies.PeriodicLogUploadStrategy
 
lastUploadTime - Variable in class org.kaaproject.kaa.client.logging.strategies.RecordCountWithTimeLimitLogUploadStrategy
 
lastUploadTime - Variable in class org.kaaproject.kaa.client.logging.strategies.StorageSizeWithTimeLimitLogUploadStrategy
 
loadConfiguration() - Method in class org.kaaproject.kaa.client.configuration.base.SimpleConfigurationStorage
 
loadConfiguration() - Method in interface org.kaaproject.kaa.client.configuration.storage.ConfigurationStorage
Loads configuration data
loadSchema(ByteBuffer) - Method in class org.kaaproject.kaa.client.schema.DefaultSchemaProcessor
 
loadSchema(ByteBuffer) - Method in interface org.kaaproject.kaa.client.schema.SchemaProcessor
Loads new schema from the buffer.
loadSchema() - Method in interface org.kaaproject.kaa.client.schema.storage.SchemaStorage
Loads schema
lockUpload() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.DefaultBootstrapChannel
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationHttpChannel
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.HttpRequestCreator
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.channels.polling.PollCommand
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
LOG - Static variable in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
LOG_DATA_COLUMN - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
LogBlock - Class in org.kaaproject.kaa.client.logging
Wrapper class for a log block which is going to be sent.
LogBlock(int, List<LogRecord>) - Constructor for class org.kaaproject.kaa.client.logging.LogBlock
Constructs wrapper for a log block.
logCollector - Variable in class org.kaaproject.kaa.client.AbstractKaaClient
 
LogCollector - Interface in org.kaaproject.kaa.client.logging
Interface for a log collector.
LogFailoverCommand - Interface in org.kaaproject.kaa.client.logging
 
LogProcessor - Interface in org.kaaproject.kaa.client.logging
Processes the Logging requests and responses.
LogRecord - Class in org.kaaproject.kaa.client.logging
Wrapper class to encapsulate Avro-generated log record.
LogRecord() - Constructor for class org.kaaproject.kaa.client.logging.LogRecord
Used for unit tests.
LogRecord(Log) - Constructor for class org.kaaproject.kaa.client.logging.LogRecord
 
LogStorage - Interface in org.kaaproject.kaa.client.logging
Interface for log storage.
LogStorageStatus - Interface in org.kaaproject.kaa.client.logging
Interface for a log storage status.
LogTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Logging service.
LogUploadStrategy - Interface in org.kaaproject.kaa.client.logging
Interface for log upload strategy.
LogUploadStrategyDecision - Enum in org.kaaproject.kaa.client.logging
Describes all possible decisions for a log upload strategy (LogUploadStrategy).

M

maxParallelUploads - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
maxRecordCount - Variable in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
maxSize - Variable in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
md - Variable in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
MemBucket - Class in org.kaaproject.kaa.client.logging.memory
 
MemBucket(int, long, int) - Constructor for class org.kaaproject.kaa.client.logging.memory.MemBucket
 
MemBucket.MemBucketState - Enum in org.kaaproject.kaa.client.logging.memory
 
MemLogStorage - Class in org.kaaproject.kaa.client.logging.memory
 
MemLogStorage() - Constructor for class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
MemLogStorage(long, int) - Constructor for class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
MemLogStorage(long, long, int) - Constructor for class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
merge(SyncTask, List<SyncTask>) - Static method in class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
MetaDataTransport - Interface in org.kaaproject.kaa.client.channel
Transport for general client's state.

N

newClient(KaaClientPlatformContext) - Static method in class org.kaaproject.kaa.client.Kaa
 
newClient(KaaClientPlatformContext, KaaClientStateListener) - Static method in class org.kaaproject.kaa.client.Kaa
 
NotificationListener - Interface in org.kaaproject.kaa.client.notification
The listener to notifications.
NotificationListenerInfo - Class in org.kaaproject.kaa.client.notification
Deprecated.
NotificationListenerInfo(NotificationListener, NotificationListenerInfo.Action) - Constructor for class org.kaaproject.kaa.client.notification.NotificationListenerInfo
Deprecated.
 
NotificationListenerInfo.Action - Enum in org.kaaproject.kaa.client.notification
Deprecated.
NotificationManager - Interface in org.kaaproject.kaa.client.notification
Interface for the notification delivery system.
NotificationProcessor - Interface in org.kaaproject.kaa.client.notification
Processes notifications.
notificationReceived(List<Notification>) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
notificationReceived(List<Notification>) - Method in interface org.kaaproject.kaa.client.notification.NotificationProcessor
Called when new notifications arrived.
NotificationTopicListListener - Interface in org.kaaproject.kaa.client.notification
The listener for topics' list updates.
NotificationTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Notification service.
notifyUploadFailed(int) - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Notifies if sending of a log block with a specified id was failed.
notifyUploadFailed(int) - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 

O

onAttach(SyncResponseResultType, EndpointKeyHash) - Method in interface org.kaaproject.kaa.client.event.registration.OnAttachEndpointOperationCallback
Callback on endpoint attach response

NOTE: resultContext is not null for endpoint attach operation and contains EndpointKeyHash object with key hash of attached endpoint.
onAttachedEndpointListChanged(Map<EndpointAccessToken, EndpointKeyHash>) - Method in interface org.kaaproject.kaa.client.event.registration.ChangedAttachedEndpointListCallback
Callback on attached endpoints list changed
onAttachedToUser(String, String) - Method in interface org.kaaproject.kaa.client.event.registration.AttachEndpointToUserCallback
Callback on current endpoint is attached to user.
OnAttachEndpointOperationCallback - Interface in org.kaaproject.kaa.client.event.registration
Callback interface for attached endpoint notifications.

Use this interface to receive result of next operations: Attach endpoint to user by EndpointAccessToken
Once result from Operations server is received, listener is notified with string representation of operation name, result of the operation SyncResponseResultType and additional data if available.
onAttachResult(UserAttachResponse) - Method in interface org.kaaproject.kaa.client.event.registration.UserAttachCallback
Called when auth result is retrieved from operations server.
onConfigurationProcessed() - Method in interface org.kaaproject.kaa.client.configuration.ConfigurationProcessedObserver
Notify about configuration processing is finished.
onConfigurationProcessed() - Method in class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
onConfigurationResponse(ConfigurationSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
Updates the state of the Configuration manager according to the given response.
onConfigurationResponse(ConfigurationSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
onConfigurationUpdate(Configuration) - Method in interface org.kaaproject.kaa.client.configuration.base.ConfigurationListener
Called on each configuration update.
onConfigurationUpdated(CommonRecord) - Method in interface org.kaaproject.kaa.client.configuration.manager.ConfigurationReceiver
This callback will be called on any configuration update
onDeltaReceived(int, GenericRecord, boolean) - Method in interface org.kaaproject.kaa.client.configuration.GenericDeltaReceiver
Called on each deserialized delta
onDeltaReceived(int, GenericRecord, boolean) - Method in class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
onDetach(SyncResponseResultType) - Method in interface org.kaaproject.kaa.client.event.registration.OnDetachEndpointOperationCallback
Callback on endpoint detach response
onDetachedFromUser(String) - Method in interface org.kaaproject.kaa.client.event.registration.DetachEndpointFromUserCallback
Callback on current endpoint is detached from user.
OnDetachEndpointOperationCallback - Interface in org.kaaproject.kaa.client.event.registration
Callback interface for detached endpoint notifications.

Use this interface to receive result of next operations: Detach endpoint from user by EndpointKeyHash
Once result from Operations server is received, listener is notified with string representation of operation name, result of the operation SyncResponseResultType and additional data if available.
onEventListenersReceived(List<String>) - Method in interface org.kaaproject.kaa.client.event.FindEventListenersCallback
Called when resolve was successful
onEventResponse(EventSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.EventTransport
Updates the state of the Event manager according to the given response.
onEventResponse(EventSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
onFailover(FailoverStatus) - Method in interface org.kaaproject.kaa.client.channel.FailoverManager
Needs to be invoked to determine a decision that resolves the failover.
onFailover(FailoverStatus) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
onFailure(LogFailoverCommand, LogDeliveryErrorCode) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
onFailure(LogFailoverCommand, LogDeliveryErrorCode) - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Handles failure of log delivery
onGenericEvent(String, byte[], String) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
onGenericEvent(String, byte[], String) - Method in interface org.kaaproject.kaa.client.event.EventFamily
Generic handler of event received from server.
onGenericEvent(String, byte[], String) - Method in interface org.kaaproject.kaa.client.event.EventManager
Retrieves an event.
onListUpdated(List<Topic>) - Method in interface org.kaaproject.kaa.client.notification.NotificationTopicListListener
Called on topics' list updates.
onLogResponse(LogSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultLogTransport
 
onLogResponse(LogSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.LogTransport
Updates the state of the Log collector according to the given response.
onLogResponse(LogSyncResponse) - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
onLogResponse(LogSyncResponse) - Method in interface org.kaaproject.kaa.client.logging.LogProcessor
Updates the state using response from the server.
onNotification(String, Notification) - Method in interface org.kaaproject.kaa.client.notification.NotificationListener
Called on each new notification.
onNotificationResponse(NotificationSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
onNotificationResponse(NotificationSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.NotificationTransport
Updates the state of the Notification manager according to the given response.
onPaused() - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On successful pause of Kaa client.
onPaused() - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onPauseFailure(KaaException) - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On failure during Kaa client pause.
onPauseFailure(KaaException) - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onProfileResponse(ProfileSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
onProfileResponse(ProfileSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.ProfileTransport
Updates the state of the Profile manager from the given response.
onProtocolListUpdated(List<ProtocolMetaData>) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Updates the operation server list.
onProtocolListUpdated(List<ProtocolMetaData>) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
onRedirectionResponse(RedirectSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultRedirectionTransport
 
onRedirectionResponse(RedirectSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.RedirectionTransport
Retrieves the redirection info from the response and passes it to Bootstrap manager.
onRequestFailed() - Method in interface org.kaaproject.kaa.client.event.FindEventListenersCallback
Called when some error occured during resolving endpoints via event class FQNs.
onResolveResponse(SyncResponse) - Method in interface org.kaaproject.kaa.client.channel.BootstrapTransport
Updates the state of the Bootstrap manager according the given response.
onResolveResponse(SyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultBootstrapTransport
 
onResponse(byte[]) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
onResponse(byte[]) - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.RawDataProcessor
 
onResume() - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On successful resume of Kaa client.
onResume() - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onResumeFailure(KaaException) - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On failure during Kaa client resume.
onResumeFailure(KaaException) - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onSchemaUpdated(Schema) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
onSchemaUpdated(Schema) - Method in interface org.kaaproject.kaa.client.schema.SchemaUpdatesReceiver
Called on each schema update
onSchemaUpdated(Schema) - Method in class org.kaaproject.kaa.client.schema.storage.DefaultSchemaPersistenceManager
 
onServerChanged(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.FailoverManager
Needs to be invoked as soon as current server is changed.
onServerChanged(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
onServerConnected(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.FailoverManager
Needs to be invoked as soon as connection to the current server is established.
onServerConnected(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
onServerError(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
onServerError(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.impl.channels.polling.RawDataProcessor
 
onServerFailed(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.FailoverManager
Needs to be invoked when a server fail occurs.
onServerFailed(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
onServerFailed(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager
 
onServerFailed(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Reports to Channel Manager in case link with server was not established.
onStarted() - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On successful start of Kaa client.
onStarted() - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onStartFailure(KaaException) - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On failure during Kaa client startup.
onStartFailure(KaaException) - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onStopFailure(KaaException) - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On failure during Kaa client stop.
onStopFailure(KaaException) - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onStopped() - Method in interface org.kaaproject.kaa.client.KaaClientStateListener
On successful stop of Kaa client.
onStopped() - Method in class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
onSubscriptionChanged(List<SubscriptionCommand>) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
onSubscriptionChanged(List<SubscriptionCommand>) - Method in interface org.kaaproject.kaa.client.channel.NotificationTransport
Notify about new subscription info.
onSyncResposeIdReceived(Integer) - Method in interface org.kaaproject.kaa.client.channel.EventTransport
Notifies event transport about response from server for specific request.
onSyncResposeIdReceived(Integer) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
onTimeout(LogFailoverCommand) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
onTimeout(LogFailoverCommand) - Method in interface org.kaaproject.kaa.client.logging.LogUploadStrategy
Handles timeout of log delivery
onTransportConnectionInfoUpdated(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
onTransportConnectionInfoUpdated(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
Reports to Channel Manager about the new server.
onUpdate(List<EndpointAttachResponse>, List<EndpointDetachResponse>, UserAttachResponse, UserAttachNotification, UserDetachNotification) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
onUpdate(List<EndpointAttachResponse>, List<EndpointDetachResponse>, UserAttachResponse, UserAttachNotification, UserDetachNotification) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationProcessor
Updates the manager's state.
onUserResponse(UserSyncResponse) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultUserTransport
 
onUserResponse(UserSyncResponse) - Method in interface org.kaaproject.kaa.client.channel.UserTransport
Updates the state of the Endpoint manager according to the given response.
openForRead(String) - Method in class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
openForRead(String) - Method in interface org.kaaproject.kaa.client.persistence.PersistentStorage
 
openForWrite(String) - Method in class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
openForWrite(String) - Method in interface org.kaaproject.kaa.client.persistence.PersistentStorage
 
org.kaaproject.kaa.client - package org.kaaproject.kaa.client
Provides Kaa Client implementation.
org.kaaproject.kaa.client.bootstrap - package org.kaaproject.kaa.client.bootstrap
Provides implementation for bootstrap server communications
org.kaaproject.kaa.client.channel - package org.kaaproject.kaa.client.channel
Provides interfaces for transport types
org.kaaproject.kaa.client.channel.connectivity - package org.kaaproject.kaa.client.channel.connectivity
 
org.kaaproject.kaa.client.channel.impl - package org.kaaproject.kaa.client.channel.impl
Provides implementation of channel management and stuff for processing request/response to/from bootstrap and operation servers
org.kaaproject.kaa.client.channel.impl.channels - package org.kaaproject.kaa.client.channel.impl.channels
Provides reference implementation of channels for communicating between bootstrap and operation servers
org.kaaproject.kaa.client.channel.impl.channels.polling - package org.kaaproject.kaa.client.channel.impl.channels.polling
Provides service stuff for http polling-type channels
org.kaaproject.kaa.client.channel.impl.sync - package org.kaaproject.kaa.client.channel.impl.sync
 
org.kaaproject.kaa.client.channel.impl.transports - package org.kaaproject.kaa.client.channel.impl.transports
Provides implementation of transport stuff for each Endpoint service
org.kaaproject.kaa.client.common - package org.kaaproject.kaa.client.common
Provides custom implementation of generic types
org.kaaproject.kaa.client.configuration - package org.kaaproject.kaa.client.configuration
Provides implementation of configuration management
org.kaaproject.kaa.client.configuration.base - package org.kaaproject.kaa.client.configuration.base
 
org.kaaproject.kaa.client.configuration.manager - package org.kaaproject.kaa.client.configuration.manager
Provides implementation of default configuration management
org.kaaproject.kaa.client.configuration.storage - package org.kaaproject.kaa.client.configuration.storage
Provides implementation of configuration persistence management
org.kaaproject.kaa.client.context - package org.kaaproject.kaa.client.context
 
org.kaaproject.kaa.client.event - package org.kaaproject.kaa.client.event
Provides implementation of event subsystem Endpoint is able to send or receive events when it is attached to user.
org.kaaproject.kaa.client.event.registration - package org.kaaproject.kaa.client.event.registration
Provides implementation of endpoint/user registration.
org.kaaproject.kaa.client.exceptions - package org.kaaproject.kaa.client.exceptions
 
org.kaaproject.kaa.client.logging - package org.kaaproject.kaa.client.logging
Provides log collection stuff.
org.kaaproject.kaa.client.logging.memory - package org.kaaproject.kaa.client.logging.memory
 
org.kaaproject.kaa.client.logging.strategies - package org.kaaproject.kaa.client.logging.strategies
 
org.kaaproject.kaa.client.notification - package org.kaaproject.kaa.client.notification
Provides implementation of a notification management.
org.kaaproject.kaa.client.persistence - package org.kaaproject.kaa.client.persistence
Provides implementation of client state persistence
org.kaaproject.kaa.client.profile - package org.kaaproject.kaa.client.profile
Provides implementation of a profile management.
org.kaaproject.kaa.client.schema - package org.kaaproject.kaa.client.schema
Provides implementation of schema management
org.kaaproject.kaa.client.schema.storage - package org.kaaproject.kaa.client.schema.storage
Provides implementation of schema persistence management
org.kaaproject.kaa.client.transact - package org.kaaproject.kaa.client.transact
 
org.kaaproject.kaa.client.transport - package org.kaaproject.kaa.client.transport
Provides implementation of transport communication
org.kaaproject.kaa.client.util - package org.kaaproject.kaa.client.util
 

P

pause() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
pause() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
pause() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
pause() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
pause() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
pause() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Pauses the channel's workflow.
pause() - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
Pauses all active channels.
pause() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Pauses Kaa's workflow.
peekPendingEvents() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
peekPendingEvents() - Method in interface org.kaaproject.kaa.client.event.EventManager
Peek but not clear list of pending events and removes them from EventManager.
PeriodicLogUploadStrategy - Class in org.kaaproject.kaa.client.logging.strategies
Reference implementation for LogUploadStrategy.
PeriodicLogUploadStrategy(long, TimeUnit) - Constructor for class org.kaaproject.kaa.client.logging.strategies.PeriodicLogUploadStrategy
 
persist() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
persist() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
PersistentLogStorageConstants - Interface in org.kaaproject.kaa.client.logging
 
PersistentStorage - Interface in org.kaaproject.kaa.client.persistence
 
PollCommand - Class in org.kaaproject.kaa.client.channel.impl.channels.polling
 
PollCommand(AbstractHttpClient, RawDataProcessor, Map<TransportType, ChannelDirection>, IPTransportInfo) - Constructor for class org.kaaproject.kaa.client.channel.impl.channels.polling.PollCommand
 
pollPendingEvents() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
pollPendingEvents() - Method in interface org.kaaproject.kaa.client.event.EventManager
Retrieves and clears list of pending events and removes them from EventManager.
postProcess() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
postProcess() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
postProcess() - Method in interface org.kaaproject.kaa.client.channel.KaaDataDemultiplexer
Define routines to be executed after response is processed.
preProcess() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
preProcess() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
preProcess() - Method in interface org.kaaproject.kaa.client.channel.KaaDataDemultiplexer
Routines to be executed before response will be processed
processConfigurationData(ByteBuffer, boolean) - Method in interface org.kaaproject.kaa.client.configuration.ConfigurationProcessor
Routine for processing received configuration data.
processConfigurationData(ByteBuffer, boolean) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
processResponse(byte[]) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
processResponse(byte[]) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
processResponse(byte[]) - Method in interface org.kaaproject.kaa.client.channel.KaaDataDemultiplexer
Processes the given response bytes.
produceEvent(String, byte[], String) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
produceEvent(String, byte[], String, TransactionId) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
produceEvent(String, byte[], String) - Method in interface org.kaaproject.kaa.client.event.EventManager
Creates an Event and passes it to OPS
produceEvent(String, byte[], String, TransactionId) - Method in interface org.kaaproject.kaa.client.event.EventManager
Creates an Event and passes it to OPS
ProfileContainer - Interface in org.kaaproject.kaa.client.profile
Interface for the profile container.
ProfileManager - Interface in org.kaaproject.kaa.client.profile
Interface for the profile manager.
ProfileRuntimeException - Exception in org.kaaproject.kaa.client.profile
Profile runtime exception
ProfileRuntimeException(String) - Constructor for exception org.kaaproject.kaa.client.profile.ProfileRuntimeException
 
ProfileTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Profile service.

R

RawDataProcessor - Interface in org.kaaproject.kaa.client.channel.impl.channels.polling
 
receiveOperationsServerList() - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Receives the latest list of servers from the bootstrap server.
receiveOperationsServerList() - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
RECORD_ID_COLUMN - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
RecordCountLogUploadStrategy - Class in org.kaaproject.kaa.client.logging.strategies
Reference implementation for LogUploadStrategy.
RecordCountLogUploadStrategy(int) - Constructor for class org.kaaproject.kaa.client.logging.strategies.RecordCountLogUploadStrategy
 
RecordCountWithTimeLimitLogUploadStrategy - Class in org.kaaproject.kaa.client.logging.strategies
Reference implementation for LogUploadStrategy.
RecordCountWithTimeLimitLogUploadStrategy(int, long, TimeUnit) - Constructor for class org.kaaproject.kaa.client.logging.strategies.RecordCountWithTimeLimitLogUploadStrategy
 
RedirectionTransport - Interface in org.kaaproject.kaa.client.channel
Transport for processing the Redirection response from server.
refreshEndpointAccessToken() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
refreshEndpointAccessToken() - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
refreshEndpointAccessToken() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Generate new access token for a current endpoint
refreshEndpointAccessToken() - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
refreshEndpointAccessToken() - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
registerEventFamily(EventFamily) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
registerEventFamily(EventFamily) - Method in interface org.kaaproject.kaa.client.event.EventManager
Add event family object which can handle specified event.
releaseDataChannel() - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
releaseDataChannel() - Method in interface org.kaaproject.kaa.client.event.EventManager
Allow manager to use data channel.
releaseEventManager() - Method in interface org.kaaproject.kaa.client.channel.EventTransport
 
releaseEventManager() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
removeChannel(KaaDataChannel) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
removeChannel(String) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
removeChannel(KaaDataChannel) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Updates the manager by removing the channel from the manager.
removeChannel(String) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Updates the manager by removing the channel from the manager.
removeConfigurationListener(ConfigurationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
removeConfigurationListener(ConfigurationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Removes configuration update listener
removeEventsBlock(TransactionId) - Method in class org.kaaproject.kaa.client.event.EventFamilyFactory
 
removeListener(ConfigurationListener) - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
removeListener(ConfigurationListener) - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
 
removeNotificationListener(NotificationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
removeNotificationListener(String, NotificationListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
removeNotificationListener(NotificationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Remove listener receiving all notifications (both for mandatory and optional topics).
removeNotificationListener(String, NotificationListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Remove listener receiving notifications for the specified topic.
removeNotificationListener(NotificationListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
removeNotificationListener(String, NotificationListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
removeNotificationListener(NotificationListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Remove listener receiving all notifications (both for mandatory and optional topics).
removeNotificationListener(String, NotificationListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Remove listener receiving notifications for the specified topic.
removeOnProcessedCallback(ConfigurationProcessedObserver) - Method in interface org.kaaproject.kaa.client.configuration.ConfigurationProcessedObservable
Unsubscribes observer of configuration processing finished.
removeOnProcessedCallback(ConfigurationProcessedObserver) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
removeRecordBlock(int) - Method in interface org.kaaproject.kaa.client.logging.LogStorage
Removes already sent log records by its block id.
removeRecordBlock(int) - Method in class org.kaaproject.kaa.client.logging.memory.MemLogStorage
 
removeTopic(String) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
removeTopic(String) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
removeTopicListListener(NotificationTopicListListener) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
removeTopicListListener(NotificationTopicListListener) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Remove listener of notification topics' list updates.
removeTopicListListener(NotificationTopicListListener) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
removeTopicListListener(NotificationTopicListListener) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Remove listener of notification topics' list updates.
renameTo(String, String) - Method in class org.kaaproject.kaa.client.persistence.FilePersistentStorage
 
renameTo(String, String) - Method in interface org.kaaproject.kaa.client.persistence.PersistentStorage
 
resume() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
resume() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
resume() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
resume() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
resume() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
resume() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Resumes the channel's workflow.
resume() - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
Restores channels' activity.
resume() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Resumes Kaa's workflow.
ResyncConfigurationManager - Class in org.kaaproject.kaa.client.configuration.base
 
ResyncConfigurationManager(KaaClientProperties, KaaClientState, ExecutorContext) - Constructor for class org.kaaproject.kaa.client.configuration.base.ResyncConfigurationManager
 
retryLogUpload() - Method in interface org.kaaproject.kaa.client.logging.LogFailoverCommand
 
retryLogUpload(int) - Method in interface org.kaaproject.kaa.client.logging.LogFailoverCommand
 
retryPeriod - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
rollback(TransactionId) - Method in class org.kaaproject.kaa.client.event.DefaultEventManager
 
rollback(TransactionId) - Method in interface org.kaaproject.kaa.client.transact.Transactable
Revert the transaction
run() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 
run() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableScheduledFuture
 

S

saveConfiguration(ByteBuffer) - Method in class org.kaaproject.kaa.client.configuration.base.SimpleConfigurationStorage
 
saveConfiguration(ByteBuffer) - Method in interface org.kaaproject.kaa.client.configuration.storage.ConfigurationStorage
Saves configuration data
saveSchema(ByteBuffer) - Method in interface org.kaaproject.kaa.client.schema.storage.SchemaStorage
Saves schema
scheduleUploadCheck() - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
SchemaDependent - Interface in org.kaaproject.kaa.client.common
Interface for objects whose serialization depends on schema
SchemaObservable - Interface in org.kaaproject.kaa.client.schema
Sends notifications with new schema object
SchemaPersistenceManager - Interface in org.kaaproject.kaa.client.schema.storage
Manager that saves and loads the schema

Provide SchemaStorage implementation instance to store updates for configuration schema.
SchemaProcessor - Interface in org.kaaproject.kaa.client.schema
Receives the data from stream and creates the schema object.
SchemaRuntimeException - Exception in org.kaaproject.kaa.client.schema
 
SchemaRuntimeException() - Constructor for exception org.kaaproject.kaa.client.schema.SchemaRuntimeException
 
SchemaRuntimeException(String) - Constructor for exception org.kaaproject.kaa.client.schema.SchemaRuntimeException
 
SchemaStorage - Interface in org.kaaproject.kaa.client.schema.storage
Interface for object to save and to load schema

Provide implementation instance of this interface to save and load configuration schema.

Schema storage can be added using SchemaPersistenceManager accessed through KaaClient interface.
SchemaUpdatesReceiver - Interface in org.kaaproject.kaa.client.schema
Interface for subscriber to receive schema updates
SDK_TOKEN - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
serverType - Variable in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
ServerType - Enum in org.kaaproject.kaa.client.channel
 
setAppStateSeqNumber(int) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setAppStateSeqNumber(int) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setAttachedCallback(AttachEndpointToUserCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
setAttachedCallback(AttachEndpointToUserCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Sets callback for notifications when current endpoint is attached to user
setAttachedEndpointsList(Map<EndpointAccessToken, EndpointKeyHash>) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setAttachedEndpointsList(Map<EndpointAccessToken, EndpointKeyHash>) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setAttachedListener(AttachEndpointToUserCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setAttachedListener(AttachEndpointToUserCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Sets callback for notifications when current endpoint is attached to user
setAttachedToUser(boolean) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setAttachedToUser(boolean) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setBase64(Base64) - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
setBatch(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setBatchCount(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setBootstrapDemultiplexer(KaaDataDemultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setBootstrapDemultiplexer(KaaDataDemultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
 
setBootstrapManager(BootstrapManager) - Method in interface org.kaaproject.kaa.client.channel.BootstrapTransport
Sets the given Bootstrap manager.
setBootstrapManager(BootstrapManager) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultBootstrapTransport
 
setBootstrapManager(BootstrapManager) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultRedirectionTransport
 
setBootstrapManager(BootstrapManager) - Method in interface org.kaaproject.kaa.client.channel.RedirectionTransport
Sets the given Bootstrap manager.
setBootstrapMultiplexer(KaaDataMultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setBootstrapMultiplexer(KaaDataMultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
 
setBootstrapTransport(BootstrapTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultBootstrapDataProcessor
 
setChannel(TransportType, KaaDataChannel) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setChannel(TransportType, KaaDataChannel) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Updates the manager by setting the channel to the specified TransportType.
setChannelManager(KaaInternalChannelManager) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Sets Channel manager.
setChannelManager(KaaInternalChannelManager) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
setChannelManager(KaaChannelManager) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
setChannelManager(KaaChannelManager) - Method in interface org.kaaproject.kaa.client.channel.KaaTransport
Sets the specific KaaChannelManager for the current transport.
setClientProperties(KaaClientProperties) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
setClientProperties(KaaClientProperties) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
setClientProperties(KaaClientProperties) - Method in interface org.kaaproject.kaa.client.channel.MetaDataTransport
Sets the given client's properties.
setClientProperties(KaaClientProperties) - Method in interface org.kaaproject.kaa.client.channel.ProfileTransport
Sets the given client's properties.
setClientState(KaaClientState) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
setClientState(KaaClientState) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
setClientState(KaaClientState) - Method in interface org.kaaproject.kaa.client.channel.KaaTransport
Sets the client's state object.
setClientState(KaaClientState) - Method in interface org.kaaproject.kaa.client.channel.MetaDataTransport
Sets the given client's state .
setConfigSeqNumber(int) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setConfigSeqNumber(int) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setConfigurationHashContainer(ConfigurationHashContainer) - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
Sets the configuration hash container.
setConfigurationHashContainer(ConfigurationHashContainer) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
setConfigurationProcessor(ConfigurationProcessor) - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
Sets the configuration processor.
setConfigurationProcessor(ConfigurationProcessor) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
setConfigurationStorage(ConfigurationStorage) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setConfigurationStorage(ConfigurationStorage) - Method in class org.kaaproject.kaa.client.configuration.base.AbstractConfigurationManager
 
setConfigurationStorage(ConfigurationStorage) - Method in interface org.kaaproject.kaa.client.configuration.base.GenericConfigurationManager
Provide storage object which is able to persist encoded configuration data.
setConfigurationStorage(ConfigurationStorage) - Method in interface org.kaaproject.kaa.client.configuration.storage.ConfigurationPersistenceManager
Provide storage object which is able to persist encoded configuration data.
setConfigurationStorage(ConfigurationStorage) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Sets the configuration storage that will be used to persist configuration.
setConfigurationTransport(ConfigurationTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setConnectivityChecker(ConnectivityChecker) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
setConnectivityChecker(ConnectivityChecker) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
setConnectivityChecker(ConnectivityChecker) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
setConnectivityChecker(ConnectivityChecker) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setConnectivityChecker(ConnectivityChecker) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Sets connectivity checker to the current channel.
setConnectivityChecker(ConnectivityChecker) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
Sets connectivity checker to the existing channels.
setCountThreshold(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setDemultiplexer(KaaDataDemultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
setDemultiplexer(KaaDataDemultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
setDemultiplexer(KaaDataDemultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
setDemultiplexer(KaaDataDemultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Sets the response demultiplexer for this channel.
setDetachedCallback(DetachEndpointFromUserCallback) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
setDetachedCallback(DetachEndpointFromUserCallback) - Method in interface org.kaaproject.kaa.client.event.registration.EndpointRegistrationManager
Sets callback for notifications when current endpoint is detached from user
setDetachedListener(DetachEndpointFromUserCallback) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setDetachedListener(DetachEndpointFromUserCallback) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Sets callback for notifications when current endpoint is detached from user
setEndpointAccessToken(String) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setEndpointAccessToken(String) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Set new access token for a current endpoint
setEndpointAccessToken(String) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setEndpointAccessToken(String) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setEndpointPublicKeyhash(EndpointObjectHash) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
setEndpointPublicKeyhash(EndpointObjectHash) - Method in interface org.kaaproject.kaa.client.channel.MetaDataTransport
Sets the given public key hash.
setEndpointRegistrationProcessor(EndpointRegistrationProcessor) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultUserTransport
 
setEndpointRegistrationProcessor(EndpointRegistrationProcessor) - Method in interface org.kaaproject.kaa.client.channel.UserTransport
Sets the given Endpoint processor.
setEventManager(EventManager) - Method in interface org.kaaproject.kaa.client.channel.EventTransport
Sets the given Event manager.
setEventManager(EventManager) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultEventTransport
 
setEventSeqNum(int) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setEventSeqNum(int) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setEventTransport(EventTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setFailoverManager(FailoverManager) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Sets Failover manager.
setFailoverManager(FailoverManager) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
setFailoverManager(FailoverManager) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setFailoverManager(FailoverManager) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Sets a new failover manager
setField(String, CommonValue) - Method in interface org.kaaproject.kaa.client.common.CommonRecord
Sets new value to the field with the given name (existing value will be replaced).
setField(String, CommonValue) - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
setKeyHash(String) - Method in class org.kaaproject.kaa.client.event.EndpointKeyHash
 
setLogProcessor(LogProcessor) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultLogTransport
 
setLogProcessor(LogProcessor) - Method in interface org.kaaproject.kaa.client.channel.LogTransport
Sets the given Log processor.
setLogStorage(LogStorage) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setLogStorage(LogStorage) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Set user implementation of a log storage.
setLogTransport(LogTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setLogUploadStrategy(LogUploadStrategy) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setLogUploadStrategy(LogUploadStrategy) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Set user implementation of a log upload strategy.
setMaxParallelUploads(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setMetaDataTransport(MetaDataTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setMultiplexer(KaaDataMultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
setMultiplexer(KaaDataMultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
setMultiplexer(KaaDataMultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
setMultiplexer(KaaDataMultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Sets the request multiplexer for this channel.
setNotificationProcessor(NotificationProcessor) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultNotificationTransport
 
setNotificationProcessor(NotificationProcessor) - Method in interface org.kaaproject.kaa.client.channel.NotificationTransport
Sets the given Notification processor.
setNotificationSeqNumber(int) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setNotificationSeqNumber(int) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setNotificationTransport(NotificationTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setOperationDemultiplexer(KaaDataDemultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setOperationDemultiplexer(KaaDataDemultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
 
setOperationMultiplexer(KaaDataMultiplexer) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
setOperationMultiplexer(KaaDataMultiplexer) - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
 
setPrivateKeyFileName(String) - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
setProfileContainer(ProfileContainer) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
setProfileContainer(ProfileContainer) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Sets profile container implemented by the user.
setProfileContainer(ProfileContainer) - Method in class org.kaaproject.kaa.client.profile.DefaultProfileManager
 
setProfileContainer(ProfileContainer) - Method in interface org.kaaproject.kaa.client.profile.ProfileManager
Sets profile container implemented by the user.
setProfileHash(EndpointObjectHash) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setProfileHash(EndpointObjectHash) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setProfileManager(ProfileManager) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
setProfileManager(ProfileManager) - Method in interface org.kaaproject.kaa.client.channel.ProfileTransport
Sets the given Profile manager.
setProfileTransport(ProfileTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setPublicKeyFileName(String) - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
setRedirectionTransport(RedirectionTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setRegistered(boolean) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
setRegistered(boolean) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
setResyncOnly(boolean) - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
 
setResyncOnly(boolean) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
setRetryPeriod(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setSchemaProcessor(SchemaProcessor) - Method in interface org.kaaproject.kaa.client.channel.ConfigurationTransport
Sets the schema processor.
setSchemaProcessor(SchemaProcessor) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultConfigurationTransport
 
setSchemaProcessor(SchemaProcessor) - Method in class org.kaaproject.kaa.client.schema.storage.DefaultSchemaPersistenceManager
 
setSchemaStorage(SchemaStorage) - Method in class org.kaaproject.kaa.client.schema.storage.DefaultSchemaPersistenceManager
 
setSchemaStorage(SchemaStorage) - Method in interface org.kaaproject.kaa.client.schema.storage.SchemaPersistenceManager
Provide storage object which is able to persist configuration schema.
setServer(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
setServer(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
setServer(TransportConnectionInfo) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
setServer(TransportConnectionInfo) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Sets the server's parameters for the current channel.
setState(MemBucket.MemBucketState) - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
setStateFileName(String) - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
setStorage(LogStorage) - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
setStorage(LogStorage) - Method in interface org.kaaproject.kaa.client.logging.GenericLogCollector
Set user implementation of a log storage.
setStrategy(LogUploadStrategy) - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
setStrategy(LogUploadStrategy) - Method in interface org.kaaproject.kaa.client.logging.GenericLogCollector
Set user implementation of a log upload strategy.
setTimeout(long) - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultMetaDataTransport
 
setTimeout(long) - Method in interface org.kaaproject.kaa.client.channel.MetaDataTransport
Sets the given response timeout.
setTimeout(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setToken(String) - Method in class org.kaaproject.kaa.client.event.EndpointAccessToken
 
setTransport(BootstrapTransport) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Sets bootstrap transport object.
setTransport(BootstrapTransport) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
setUploadCheckPeriod(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setUserTransport(UserTransport) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultOperationDataProcessor
 
setUuid(UUID) - Method in interface org.kaaproject.kaa.client.common.CommonRecord
Sets the given uuid to the record.
setUuid(UUID) - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
setVolumeThreshold(int) - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
setWorkingDirectory(String) - Method in class org.kaaproject.kaa.client.KaaClientProperties
 
shrinkToSize(long, int) - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
Shrinks current bucket to the newSize
shutdown() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
shutdown() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
shutdown() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
shutdown() - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
shutdown() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Shuts down the channel instance.
shutdown() - Method in interface org.kaaproject.kaa.client.channel.KaaInternalChannelManager
Shuts down the manager and all registered channels.
shutdownExecutor(ExecutorService) - Method in class org.kaaproject.kaa.client.context.AbstractExecutorContext
 
SimpleConfigurationStorage - Class in org.kaaproject.kaa.client.configuration.base
 
SimpleConfigurationStorage(KaaClientPlatformContext, String) - Constructor for class org.kaaproject.kaa.client.configuration.base.SimpleConfigurationStorage
 
SimpleExecutorContext - Class in org.kaaproject.kaa.client.context
Simple implementation of executorContext that uses one thread per each executor
SimpleExecutorContext() - Constructor for class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
SimpleExecutorContext(int, int, int, int) - Constructor for class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
SimpleKaaClientStateListener - Class in org.kaaproject.kaa.client
 
SimpleKaaClientStateListener() - Constructor for class org.kaaproject.kaa.client.SimpleKaaClientStateListener
 
SingleThreadExecutorContext - Class in org.kaaproject.kaa.client.context
 
SingleThreadExecutorContext() - Constructor for class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
size - Variable in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
start() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
start() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Starts Kaa's workflow.
startEventsBlock() - Method in class org.kaaproject.kaa.client.event.EventFamilyFactory
 
STATE_FILE_NAME_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
STATE_FILE_NAME_PROPERTY - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
stateListener - Variable in class org.kaaproject.kaa.client.AbstractKaaClient
 
stop() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
stop() - Method in interface org.kaaproject.kaa.client.context.ExecutorContext
Stops executors
stop() - Method in class org.kaaproject.kaa.client.context.SimpleExecutorContext
 
stop() - Method in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext
 
stop() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Stops Kaa's workflow.
stop() - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
stop() - Method in interface org.kaaproject.kaa.client.logging.GenericLogCollector
Stops and/or cleanup resources.
storage - Variable in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
StorageSizeLogUploadStrategy - Class in org.kaaproject.kaa.client.logging.strategies
Reference implementation for LogUploadStrategy.
StorageSizeLogUploadStrategy(int) - Constructor for class org.kaaproject.kaa.client.logging.strategies.StorageSizeLogUploadStrategy
 
StorageSizeWithTimeLimitLogUploadStrategy - Class in org.kaaproject.kaa.client.logging.strategies
Reference implementation for LogUploadStrategy.
StorageSizeWithTimeLimitLogUploadStrategy(int, long, TimeUnit) - Constructor for class org.kaaproject.kaa.client.logging.strategies.StorageSizeWithTimeLimitLogUploadStrategy
 
submitEventsBlock(TransactionId) - Method in class org.kaaproject.kaa.client.event.EventFamilyFactory
 
subscribeForConfigurationUpdates(ConfigurationReceiver) - Method in interface org.kaaproject.kaa.client.configuration.manager.ConfigurationManager
Subscribes for configuration updates.

NOTE: Attempting to subscribe two instances of ConfigurationReceiver such as receiver1.equals(receiver2) == true will result the fact that only first instance will be subscribed.
subscribeForConfigurationUpdates(ConfigurationReceiver) - Method in class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
subscribeForSchemaUpdates(SchemaUpdatesReceiver) - Method in class org.kaaproject.kaa.client.schema.DefaultSchemaProcessor
 
subscribeForSchemaUpdates(SchemaUpdatesReceiver) - Method in interface org.kaaproject.kaa.client.schema.SchemaObservable
Subscribes new receiver for schema updates
subscribeForUpdates(GenericDeltaReceiver) - Method in interface org.kaaproject.kaa.client.configuration.DecodedDeltaObservable
Subscribes new receiver for decoded data updates
subscribeForUpdates(GenericDeltaReceiver) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
subscribeToTopic(String) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
subscribeToTopic(String, boolean) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
subscribeToTopic(String) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Subscribe to notifications relating to the specified optional topic.
subscribeToTopic(String, boolean) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Subscribe to notifications relating to the specified optional topic.
subscribeToTopic(String, boolean) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
subscribeToTopic(String, boolean) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Subscribe to notifications relating to the specified optional topic.
subscribeToTopics(List<String>) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
subscribeToTopics(List<String>, boolean) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
subscribeToTopics(List<String>) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Subscribe to notifications relating to the specified list of optional topics.
subscribeToTopics(List<String>, boolean) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Subscribe to notifications relating to the specified list of optional topics.
subscribeToTopics(List<String>, boolean) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
subscribeToTopics(List<String>, boolean) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Subscribe to notifications relating to the specified list of optional topics.
SUBSTITUTE_SYMBOL - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
switchAccessPoint() - Method in interface org.kaaproject.kaa.client.logging.AccessPointCommand
 
sync(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
sync(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
sync(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
sync(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
sync(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
sync(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
sync(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
sync() - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
sync() - Method in class org.kaaproject.kaa.client.channel.impl.transports.DefaultProfileTransport
 
sync(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Invoke sync on active channel by specified transport type
sync(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Updates the channel's state of the specific service.
sync(Set<TransportType>) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Updates the channel's state of the specific service.
sync() - Method in interface org.kaaproject.kaa.client.channel.KaaTransport
Sends the update request to the server.
sync() - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
sync() - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Accept optional subscription changes.
syncAck(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
syncAck(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
syncAck(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
syncAck(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
syncAck(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
syncAck(Set<TransportType>) - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
syncAck(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
syncAck() - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncAck(SyncResponseStatus) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncAck(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Invoke sync acknowledgement on active channel by specified transport type
syncAck(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Notifies channel about successful acknowledgment of the sync only in case of smth change.
syncAck(Set<TransportType>) - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Notifies channel about successful acknowledgment of the sync only in case of smth change.
syncAckByType(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncAll() - Method in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel
 
syncAll() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel
 
syncAll() - Method in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel
 
syncAll(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager
 
syncAll(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncAll(TransportType) - Method in interface org.kaaproject.kaa.client.channel.KaaChannelManager
Invoke sync acknowledgement on active channel
syncAll() - Method in interface org.kaaproject.kaa.client.channel.KaaDataChannel
Updates the channel's state of all supported services.
syncByType(TransportType) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncByType(TransportType, boolean) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
syncByType(TransportType, boolean, boolean) - Method in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport
 
SyncTask - Class in org.kaaproject.kaa.client.channel.impl.sync
 
SyncTask(TransportType, boolean, boolean) - Constructor for class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
SyncTask(Set<TransportType>, boolean, boolean) - Constructor for class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
syncTopicsList() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
syncTopicsList() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Force sync of pending subscription changes with server.

T

TABLE_NAME - Static variable in interface org.kaaproject.kaa.client.logging.PersistentLogStorageConstants
 
TCP_TRANSPORT_ID - Static variable in class org.kaaproject.kaa.client.channel.TransportProtocolIdConstants
 
timeout - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
topicsListUpdated(List<Topic>) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
topicsListUpdated(List<Topic>) - Method in interface org.kaaproject.kaa.client.notification.NotificationProcessor
Called on topics' list update.
toString() - Method in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
toString() - Method in class org.kaaproject.kaa.client.channel.impl.sync.SyncTask
 
toString() - Method in class org.kaaproject.kaa.client.channel.IPTransportInfo
 
toString() - Method in class org.kaaproject.kaa.client.channel.TransportProtocolId
 
toString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonArray
 
toString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonEnum
 
toString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonFixed
 
toString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonRecord
 
toString() - Method in class org.kaaproject.kaa.client.common.DefaultCommonValue
 
toString() - Method in class org.kaaproject.kaa.client.event.EndpointAccessToken
 
toString() - Method in class org.kaaproject.kaa.client.event.EndpointKeyHash
 
toString() - Method in class org.kaaproject.kaa.client.logging.memory.MemBucket
 
toString() - Method in class org.kaaproject.kaa.client.transact.TransactionId
 
Transactable - Interface in org.kaaproject.kaa.client.transact
General interface for transaction managers.
TransactionId - Class in org.kaaproject.kaa.client.transact
Class representing unique transaction id for transactions initiated using Transactable.
TransactionId() - Constructor for class org.kaaproject.kaa.client.transact.TransactionId
Default constructor.
TransactionId(TransactionId) - Constructor for class org.kaaproject.kaa.client.transact.TransactionId
Copy constructor.
TransactionId(String) - Constructor for class org.kaaproject.kaa.client.transact.TransactionId
Constructs object with predefined id.
TRANSPORT_POLL_DELAY - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
TRANSPORT_POLL_PERIOD - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
TRANSPORT_POLL_UNIT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
TransportConnectionInfo - Interface in org.kaaproject.kaa.client.channel
Interface for server information.
TransportContext - Class in org.kaaproject.kaa.client.context
 
TransportContext(MetaDataTransport, BootstrapTransport, ProfileTransport, EventTransport, NotificationTransport, ConfigurationTransport, UserTransport, RedirectionTransport, LogTransport) - Constructor for class org.kaaproject.kaa.client.context.TransportContext
 
TransportException - Exception in org.kaaproject.kaa.client.transport
 
TransportException(String) - Constructor for exception org.kaaproject.kaa.client.transport.TransportException
 
TransportException(Exception) - Constructor for exception org.kaaproject.kaa.client.transport.TransportException
 
TransportException(int) - Constructor for exception org.kaaproject.kaa.client.transport.TransportException
 
transportId - Variable in class org.kaaproject.kaa.client.channel.GenericTransportInfo
 
TransportProtocolId - Class in org.kaaproject.kaa.client.channel
Immutable class to represent transport ID.
TransportProtocolId(int, int) - Constructor for class org.kaaproject.kaa.client.channel.TransportProtocolId
 
TransportProtocolIdConstants - Class in org.kaaproject.kaa.client.channel
Class to hold transport id constants.
TransportProtocolIdConstants() - Constructor for class org.kaaproject.kaa.client.channel.TransportProtocolIdConstants
 

U

UnavailableTopicException - Exception in org.kaaproject.kaa.client.notification
 
UnavailableTopicException() - Constructor for exception org.kaaproject.kaa.client.notification.UnavailableTopicException
 
UnavailableTopicException(String) - Constructor for exception org.kaaproject.kaa.client.notification.UnavailableTopicException
 
unlockUpload() - Method in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
unsubscribeFromConfigurationUpdates(ConfigurationReceiver) - Method in interface org.kaaproject.kaa.client.configuration.manager.ConfigurationManager
Unsubscribes from configuration updates.

NOTE: Attempting to unsubscribe object which was not subscribed previously will not make any effect.
unsubscribeFromConfigurationUpdates(ConfigurationReceiver) - Method in class org.kaaproject.kaa.client.configuration.manager.DefaultConfigurationManager
 
unsubscribeFromSchemaUpdates(SchemaUpdatesReceiver) - Method in class org.kaaproject.kaa.client.schema.DefaultSchemaProcessor
 
unsubscribeFromSchemaUpdates(SchemaUpdatesReceiver) - Method in interface org.kaaproject.kaa.client.schema.SchemaObservable
Unsubscribes receiver from schema updates
unsubscribeFromTopic(String) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
unsubscribeFromTopic(String, boolean) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
unsubscribeFromTopic(String) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Unsubscribe from notifications relating to the specified optional topic.
unsubscribeFromTopic(String, boolean) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Unsubscribe from notifications relating to the specified optional topic.
unsubscribeFromTopic(String, boolean) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
unsubscribeFromTopic(String, boolean) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Unsubscribe from notifications relating to the specified optional topic.
unsubscribeFromTopics(List<String>) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
unsubscribeFromTopics(List<String>, boolean) - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
unsubscribeFromTopics(List<String>) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Unsubscribe from notifications relating to the specified list of optional topics.
unsubscribeFromTopics(List<String>, boolean) - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Unsubscribe from notifications relating to the specified list of optional topics.
unsubscribeFromTopics(List<String>, boolean) - Method in class org.kaaproject.kaa.client.notification.DefaultNotificationManager
 
unsubscribeFromTopics(List<String>, boolean) - Method in interface org.kaaproject.kaa.client.notification.NotificationManager
Unsubscribe from notifications relating to the specified list of optional topics.
unsubscribeFromUpdates(GenericDeltaReceiver) - Method in interface org.kaaproject.kaa.client.configuration.DecodedDeltaObservable
Unsubscribes receiver from decoded data updates
unsubscribeFromUpdates(GenericDeltaReceiver) - Method in class org.kaaproject.kaa.client.configuration.DefaultConfigurationProcessor
 
updateEndpointAccessToken(String) - Method in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManager
 
updateProfile() - Method in class org.kaaproject.kaa.client.AbstractKaaClient
 
updateProfile() - Method in interface org.kaaproject.kaa.client.GenericKaaClient
Sync of updated profile with server
updateProfile() - Method in class org.kaaproject.kaa.client.profile.DefaultProfileManager
 
updateProfile() - Method in interface org.kaaproject.kaa.client.profile.ProfileManager
Force sync of updated profile with server
updateTopicSubscriptionInfo(String, Integer) - Method in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState
 
updateTopicSubscriptionInfo(String, Integer) - Method in interface org.kaaproject.kaa.client.persistence.KaaClientState
 
uploadCheckPeriod - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 
uploadIfNeeded() - Method in class org.kaaproject.kaa.client.logging.AbstractLogCollector
 
url - Variable in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
useNextOperationsServer(TransportProtocolId) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Force switch to the next operations server that support given TransportProtocolId
useNextOperationsServer(TransportProtocolId) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
useNextOperationsServerByAccessPointId(int) - Method in interface org.kaaproject.kaa.client.bootstrap.BootstrapManager
Update the Channel Manager with endpoint's properties retrieved by its DNS.
useNextOperationsServerByAccessPointId(int) - Method in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManager
 
UserAttachCallback - Interface in org.kaaproject.kaa.client.event.registration
Retrieves result of user authentication

Use this listener to retrieve result of attaching current endpoint to user.
UserTransport - Interface in org.kaaproject.kaa.client.channel
KaaTransport for the Endpoint service.
UserVerifierConstants - Class in org.kaaproject.kaa.client.event.registration
 
UserVerifierConstants() - Constructor for class org.kaaproject.kaa.client.event.registration.UserVerifierConstants
 
Utils - Class in org.kaaproject.kaa.client.util
 
Utils() - Constructor for class org.kaaproject.kaa.client.util.Utils
 

V

valueOf(String) - Static method in enum org.kaaproject.kaa.client.channel.ChannelDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.channel.FailoverDecision.FailoverAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.channel.FailoverStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.channel.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.logging.LogUploadStrategyDecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.logging.memory.MemBucket.MemBucketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kaaproject.kaa.client.notification.NotificationListenerInfo.Action
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kaaproject.kaa.client.channel.ChannelDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.channel.FailoverDecision.FailoverAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.channel.FailoverStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.channel.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.logging.LogUploadStrategyDecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.logging.memory.MemBucket.MemBucketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kaaproject.kaa.client.notification.NotificationListenerInfo.Action
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
verifyResponse(byte[], byte[]) - Method in class org.kaaproject.kaa.client.transport.AbstractHttpClient
 
volumeThreshold - Variable in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy
 

W

waitUntilExecuted() - Method in class org.kaaproject.kaa.client.channel.impl.channels.polling.CancelableCommandRunnable
 
WORKING_DIR_DEFAULT - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
WORKING_DIR_PROPERTY - Static variable in class org.kaaproject.kaa.client.KaaClientProperties
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2015. All rights reserved.