Uses of Interface
org.ektorp.http.ResponseCallback

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
<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, 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, InputStream data, String contentType, long contentLength, ResponseCallback<T> callback)
           
<T> T
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
 



Copyright © 2011. All Rights Reserved.