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(java.lang.String path, ResponseCallback<T> callback)
           
<T> T
RestTemplate.get(java.lang.String path, ResponseCallback<T> callback)
           
<T> T
RestTemplate.head(java.lang.String path, ResponseCallback<T> callback)
           
<T> void
RestTemplate.post(java.lang.String path, java.lang.String content, ResponseCallback<T> callback)
           
<T> T
RestTemplate.put(java.lang.String path, java.io.InputStream data, java.lang.String contentType, int contentLength, ResponseCallback<T> callback)
           
<T> void
RestTemplate.put(java.lang.String path, java.lang.String content, ResponseCallback<T> callback)
           
 

Uses of ResponseCallback in org.ektorp.impl
 

Classes in org.ektorp.impl that implement ResponseCallback
 class RevisionResponseHandler
          Extracts the document revision if the operation was successful
 



Copyright © 2010. All Rights Reserved.