| Package | Description |
|---|---|
| org.ektorp.http | |
| org.ektorp.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
StdResponseHandler<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RestTemplate.copy(String path,
String destinationUri,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.delete(String path,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.get(String path,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.getUncached(String path,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.head(String path,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.post(String path,
org.apache.http.HttpEntity httpEntity,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.post(String path,
InputStream content,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.post(String path,
String content,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.postUncached(String path,
String content,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.put(String path,
org.apache.http.HttpEntity httpEntity,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.put(String path,
InputStream data,
String contentType,
long contentLength,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.put(String path,
ResponseCallback<T> callback) |
<T> T |
RestTemplate.put(String path,
String content,
ResponseCallback<T> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkOperationResponseHandler |
class |
DocIdResponseHandler |
class |
EmbeddedDocViewResponseHandler<T>
Reads view result and extracts documents and maps them to the specified type.
|
class |
PageResponseHandler<T> |
class |
RevisionResponseHandler
Extracts the document revision if the operation was successful
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultQueryExecutor.executeQuery(ViewQuery query,
ResponseCallback<T> rh) |
<T> T |
QueryExecutor.executeQuery(ViewQuery query,
ResponseCallback<T> rh) |
protected <T> T |
StdCouchDbConnector.executeQuery(ViewQuery query,
ResponseCallback<T> rh) |
Copyright © 2017. All rights reserved.