Uses of Interface
com.atlassian.httpclient.api.ResponseTransformation

Packages that use ResponseTransformation
com.atlassian.httpclient.api   
 

Uses of ResponseTransformation in com.atlassian.httpclient.api
 

Classes in com.atlassian.httpclient.api that implement ResponseTransformation
 class DefaultResponseTransformation<T>
           
 

Methods in com.atlassian.httpclient.api with parameters of type ResponseTransformation
<T> com.atlassian.util.concurrent.Promise<T>
ResponsePromise.transform(ResponseTransformation<T> transformation)
          Helps transforming this response promise into a new promise using Function to transform response into a new T.
 



Copyright © 2012–2015 Atlassian. All rights reserved.