| Package | Description |
|---|---|
| org.jboss.aerogear.sync.client |
This package contains interfaces for AeroGear Sync Client API.
|
| org.jboss.aerogear.sync.diffmatchpatch.client |
This package contains classes for the DiffMatchPatch synchronizer client
|
| org.jboss.aerogear.sync.jsonmergepatch.client |
This package contains classes for the JSON Merge Patch synchronizer client
|
| org.jboss.aerogear.sync.jsonpatch.client |
This package contains classes for the JSON Patch synchronizer client
|
| Constructor and Description |
|---|
ClientSyncEngine(ClientSynchronizer<T,S> clientSynchronizer,
ClientDataStore<T,S> dataStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiffMatchPatchClientSynchronizer
A
ClientSynchronizer implementation that can handle text documents. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonMergePatchClientSynchronizer
A
ServerSynchronizer implementation that can handle text documents. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPatchClientSynchronizer
A
ServerSynchronizer implementation that can handle text documents. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.