- C2D_MESSAGE - Static variable in class com.example.client_sample.Manifest.permission
-
- c2v(Collection<T>) - Static method in class io.divide.shared.util.ObjectUtils
-
- cachedUserTV - Static variable in class com.example.client_sample.R.id
-
- cancel - Static variable in class com.example.client_sample.R.string
-
- cancel - Static variable in class io.divide.client.android.mock.R.string
-
- canned_integration_log_line - Static variable in class com.example.client_sample.R.string
-
- canned_integration_log_line - Static variable in class io.divide.client.android.mock.R.string
-
- checkDevice(Context) - Static method in class com.google.android.gcm.GCMRegistrar
-
Checks if the device has the proper dependencies installed.
- checkManifest(Context) - Static method in class com.google.android.gcm.GCMRegistrar
-
Checks that the application manifest is properly configured.
- classesRegistered() - Method in class io.divide.server.AuthApplicationTest
-
- Clause - Class in io.divide.shared.transitory.query
-
- Clause(String, OPERAND, String) - Constructor for class io.divide.shared.transitory.query.Clause
-
- Clause(OPERAND.Conditional, String, OPERAND, String) - Constructor for class io.divide.shared.transitory.query.Clause
-
- clear - Static variable in class com.example.client_sample.R.string
-
- clear - Static variable in class io.divide.client.android.mock.R.string
-
- clear() - Method in interface io.divide.shared.file.Storage.Editor
-
- clear() - Method in class io.divide.shared.file.XmlStorage.EditorImpl
-
- clear(int) - Method in class io.divide.shared.util.BitMask
-
- clearSavedUserButton - Static variable in class com.example.client_sample.R.id
-
- client - Variable in class io.divide.client.Config
-
- CLIENT_ERROR_BAD_REQUEST - Static variable in class io.divide.client.http.Status
-
The request could not be understood by the server due to malformed
syntax.
- CLIENT_ERROR_CONFLICT - Static variable in class io.divide.client.http.Status
-
The request could not be completed due to a conflict with the current
state of the resource (as experienced in a version control system).
- CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class io.divide.client.http.Status
-
The user agent expects some behaviour of the server (given in an Expect
request-header field), but this expectation could not be met by this
server.
- CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class io.divide.client.http.Status
-
This status code means that the method could not be performed on the
resource because the requested action depended on another action and that
action failed.
- CLIENT_ERROR_FORBIDDEN - Static variable in class io.divide.client.http.Status
-
The server understood the request, but is refusing to fulfill it as it
could be explained in the entity.
- CLIENT_ERROR_GONE - Static variable in class io.divide.client.http.Status
-
The requested resource is no longer available at the server and no
forwarding address is known.
- CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class io.divide.client.http.Status
-
The server refuses to accept the request without a defined
Content-Length.
- CLIENT_ERROR_LOCKED - Static variable in class io.divide.client.http.Status
-
The source or destination resource of a method is locked (or temporarily
involved in another process).
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class io.divide.client.http.Status
-
The method specified in the Request-Line is not allowed for the resource
identified by the Request-URI.
- CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class io.divide.client.http.Status
-
The resource identified by the request is only capable of generating
response entities whose content characteristics do not match the user's
requirements (in Accept* headers).
- CLIENT_ERROR_NOT_FOUND - Static variable in class io.divide.client.http.Status
-
The server has not found anything matching the Request-URI or the server
does not wish to reveal exactly why the request has been refused, or no
other response is applicable.
- CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class io.divide.client.http.Status
-
This code is reserved for future use.
- CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class io.divide.client.http.Status
-
Sent by the server when the user agent asks the server to carry out a
request under certain conditions that are not met.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class io.divide.client.http.Status
-
This code is similar to 401 (Unauthorized), but indicates that the client
must first authenticate itself with the proxy.
- CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.divide.client.http.Status
-
The server is refusing to process a request because the request entity is
larger than the server is willing or able to process.
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class io.divide.client.http.Status
-
Sent by the server when an HTTP client opens a connection, but has never
sent a request (or never sent the blank line that signals the end of the
request).
- CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class io.divide.client.http.Status
-
The server is refusing to service the request because the Request-URI is
longer than the server is willing to interpret.
- CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.divide.client.http.Status
-
The request includes a Range request-header field and the selected
resource is too small for any of the byte-ranges to apply.
- CLIENT_ERROR_UNAUTHORIZED - Static variable in class io.divide.client.http.Status
-
The request requires user authentication.
- CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class io.divide.client.http.Status
-
This status code means the server understands the content type of the
request entity (syntactically correct) but was unable to process the
contained instructions.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.divide.client.http.Status
-
The server is refusing to service the request because the entity of the
request is in a format not supported by the requested resource for the
requested method.
- ClientTest - Class in io.divide.client
-
- ClientTest() - Constructor for class io.divide.client.ClientTest
-
- com.example.client_sample - package com.example.client_sample
-
- com.google.android.gcm - package com.google.android.gcm
-
- commit() - Method in interface io.divide.shared.file.Storage.Editor
-
- commit() - Method in class io.divide.shared.file.XmlStorage.EditorImpl
-
- config - Variable in class io.divide.client.BackendModule
-
- Config<BackendType extends Backend> - Class in io.divide.client
-
- Config(String, String) - Constructor for class io.divide.client.Config
-
- Config(String, String, Class<ModuleType>) - Constructor for class io.divide.client.Config
-
- config - Variable in class io.divide.client.web.AbstractWebManager
-
- configure() - Method in class io.divide.client.BackendModule
-
- configure() - Method in class io.divide.server.ServerTest
-
- ConnectionListener - Class in io.divide.client.web
-
- ConnectionListener() - Constructor for class io.divide.client.web.ConnectionListener
-
- CONNECTOR_ERROR_COMMUNICATION - Static variable in class io.divide.client.http.Status
-
A client connector faces an error during the communication with the
remote server (interruption, timeout, etc).
- CONNECTOR_ERROR_CONNECTION - Static variable in class io.divide.client.http.Status
-
A client connector can not connect to the remote server.
- CONNECTOR_ERROR_INTERNAL - Static variable in class io.divide.client.http.Status
-
Generic status code sent by a client connector when an error occurs
during the process of a request to its server or the process of a
response to its client.
- constructor() - Method in class io.divide.server.dao.ServerCredentialsTest
-
- container - Variable in class io.divide.server.ServerTest
-
- contains(String) - Method in interface io.divide.shared.file.Storage
-
- contains(String) - Method in class io.divide.shared.file.XmlStorage
-
- convert(TransientObject, Class<T>) - Static method in class io.divide.server.TestUtils
-
- copyFile(File, File) - Static method in class io.divide.shared.file.FileUtils
-
- copyright - Static variable in class com.example.client_sample.R.string
-
- copyright - Static variable in class io.divide.client.android.mock.R.string
-
- copyToFile(InputStream, File) - Static method in class io.divide.shared.file.FileUtils
-
Copy data from a source stream to destFile.
- count(String) - Method in class io.divide.client.cache.LocalStorageIBoxDb
-
- count(Class<B>) - Method in class io.divide.client.data.DataManager
-
Functin used to perform a count query against remote sever for specifed type.
- count(String, String) - Method in interface io.divide.client.data.DataWebService
-
- count(String, String) - Method in class io.divide.client.data.MockDataWebService
-
- count(Class<B>) - Method in class io.divide.client.data.ObjectManager.RemoteStorage
-
- count(String) - Method in class io.divide.dao.orientdb.OrientDBDao
-
- count(String) - Method in class io.divide.server.dao.DAOManager
-
- count(Session, String) - Method in class io.divide.server.endpoints.DataEndpoint
-
- count(String) - Method in interface io.divide.shared.server.DAO
-
- Count - Class in io.divide.shared.transitory.query
-
- Count(int, String) - Constructor for class io.divide.shared.transitory.query.Count
-
- CountObject - Class in io.divide.client.data
-
- CountObject() - Constructor for class io.divide.client.data.CountObject
-
- create(URI, ApplicationHandler) - Method in class io.divide.server.WebContainerFactory
-
- create_account - Static variable in class com.example.client_sample.R.string
-
- create_account - Static variable in class io.divide.client.R.string
-
- CREATE_DATE_KEY - Static variable in class io.divide.shared.transitory.TransientObject
-
- createIndex(ODatabaseRecord, String, String, String) - Method in class io.divide.dao.orientdb.HighLanderIndexFactory
-
- createKeyPair(byte[], byte[]) - Static method in class io.divide.shared.util.Crypto
-
- CredentialBodyHandler<T extends Credentials> - Class in io.divide.server.dao
-
- CredentialBodyHandler(SecurityContext) - Constructor for class io.divide.server.dao.CredentialBodyHandler
-
- Credentials - Class in io.divide.shared.transitory
-
- Credentials() - Constructor for class io.divide.shared.transitory.Credentials
-
- Credentials(String, String, String) - Constructor for class io.divide.shared.transitory.Credentials
-
- CredentialView - Class in io.divide.client.android
-
- CredentialView(Context, String) - Constructor for class io.divide.client.android.CredentialView
-
- creds_row - Static variable in class com.example.client_sample.R.layout
-
- Crypto - Class in io.divide.shared.util
-
- ctime - Variable in class io.divide.shared.file.FileUtils.FileStatus
-