| Interface | Description |
|---|---|
| BatchProcessor<T> | |
| BlockingQueueListener<E> |
Created by hideki on 12/17/14.
|
| ClearableCookieJar |
Created by hideki on 5/18/16.
|
| CustomFuture<V> |
Created by hideki on 5/21/15.
|
| HttpClientFactory | |
| MultipartReaderDelegate |
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Batcher<T> |
Utility that queues up objects until the queue fills up or a time interval elapses,
then passes objects, in groups of its capacity, to a client-supplied processor block.
|
| CouchbaseLiteHttpClientFactory | |
| CustomByteArrayOutputStream |
Created by hideki on 5/20/16.
|
| CustomLinkedBlockingQueue<E> |
Created by hideki on 12/17/14.
|
| FileDirUtils | |
| JsonDocument |
A wrapper around a json byte array that will parse the data
as lat as possible
|
| LazyJsonArray<T> | |
| LazyJsonObject<K,V> | |
| MultipartDocumentReader | |
| MultipartReader | |
| PersistentCookieJar | |
| Range | |
| RevisionUtils |
Created by hideki on 6/17/15.
|
| SequenceMap |
A data structure representing a type of array that allows object values to be added to the end, and removed in arbitrary order;
it's used by the replicator to keep track of which revisions have been transferred and what sequences to checkpoint.
|
| SerializableCookie | |
| Version | |
| WeakValueHashMap<K,V> |
| Enum | Description |
|---|---|
| BlockingQueueListener.EventType |