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

Packages that use Request
com.atlassian.httpclient.api   
com.atlassian.httpclient.api.factory   
 

Uses of Request in com.atlassian.httpclient.api
 

Methods in com.atlassian.httpclient.api with parameters of type Request
 ResponsePromise HttpClient.execute(Request request)
           
 

Uses of Request in com.atlassian.httpclient.api.factory
 

Methods in com.atlassian.httpclient.api.factory that return types with arguments of type Request
 com.atlassian.util.concurrent.Effect<Request> HttpClientOptions.getRequestPreparer()
           
 

Method parameters in com.atlassian.httpclient.api.factory with type arguments of type Request
 void HttpClientOptions.setRequestPreparer(com.atlassian.util.concurrent.Effect<Request> requestPreparer)
           
 



Copyright © 2012–2015 Atlassian. All rights reserved.