|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseCallback | |
|---|---|
| org.ektorp.http | |
| org.ektorp.impl | |
| Uses of ResponseCallback in org.ektorp.http |
|---|
| Classes in org.ektorp.http that implement ResponseCallback | |
|---|---|
class |
StdResponseHandler<T>
|
| Methods in org.ektorp.http with parameters of type ResponseCallback | ||
|---|---|---|
|
RestTemplate.delete(String path,
ResponseCallback<T> callback)
|
|
|
RestTemplate.get(String path,
ResponseCallback<T> callback)
|
|
|
RestTemplate.head(String path,
ResponseCallback<T> callback)
|
|
|
RestTemplate.post(String path,
InputStream content,
ResponseCallback<T> callback)
|
|
|
RestTemplate.post(String path,
String content,
ResponseCallback<T> callback)
|
|
|
RestTemplate.put(String path,
InputStream data,
String contentType,
long contentLength,
ResponseCallback<T> callback)
|
|
|
RestTemplate.put(String path,
String content,
ResponseCallback<T> callback)
|
|
| Uses of ResponseCallback in org.ektorp.impl |
|---|
| Classes in org.ektorp.impl that implement ResponseCallback | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||