Uses of Interface
net.oauth.http.HttpClient

Packages that use HttpClient
com.simpleyql   
net.oauth.client   
 

Uses of HttpClient in com.simpleyql
 

Methods in com.simpleyql with parameters of type HttpClient
static Api ApiFactory.getApiInstance(java.lang.String consumerKey, java.lang.String consumerSecret, java.lang.String servleturl, boolean resultsAsJson, HttpClient httpclient)
          Retrieves an object that can be used to call the API.
 

Constructors in com.simpleyql with parameters of type HttpClient
ApiImpl(java.lang.String consumerKey, java.lang.String consumerSecret, java.lang.String servleturl, boolean resultsAsJson, HttpClient httpclient)
          Retrieves an object that can be used to call the API.
 

Uses of HttpClient in net.oauth.client
 

Classes in net.oauth.client that implement HttpClient
 class URLConnectionClient
          An HttpClient based on HttpURLConnection.
 

Methods in net.oauth.client that return HttpClient
 HttpClient OAuthClient.getHttpClient()
           
 

Methods in net.oauth.client with parameters of type HttpClient
 void OAuthClient.setHttpClient(HttpClient http)
           
 

Constructors in net.oauth.client with parameters of type HttpClient
OAuthClient(HttpClient http)
           
 



Copyright © 2009. All Rights Reserved.