Uses of Class
twitter4j.internal.http.HttpResponse

Packages that use HttpResponse
twitter4j   
twitter4j.internal.http   
twitter4j.internal.json   
twitter4j.internal.util   
 

Uses of HttpResponse in twitter4j
 

Constructors in twitter4j with parameters of type HttpResponse
TwitterException(String message, HttpResponse res)
           
 

Uses of HttpResponse in twitter4j.internal.http
 

Subclasses of HttpResponse in twitter4j.internal.http
 class HttpResponseImpl
           
 

Methods in twitter4j.internal.http that return HttpResponse
 HttpResponse HttpClientWrapper.delete(String url)
           
 HttpResponse HttpClientWrapper.delete(String url, Authorization authorization)
           
 HttpResponse HttpClientWrapper.delete(String url, HttpParameter[] parameters)
           
 HttpResponse HttpClientWrapper.delete(String url, HttpParameter[] parameters, Authorization authorization)
           
 HttpResponse HttpClientWrapper.get(String url)
           
 HttpResponse HttpClientImpl.get(String url)
           
 HttpResponse HttpClientWrapper.get(String url, Authorization authorization)
           
 HttpResponse HttpClientWrapper.get(String url, HttpParameter[] parameters)
           
 HttpResponse HttpClientWrapper.get(String url, HttpParameter[] parameters, Authorization authorization)
           
 HttpResponse HttpResponseEvent.getResponse()
          returns the response associated with the event
 HttpResponse HttpClientWrapper.head(String url)
           
 HttpResponse HttpClientWrapper.head(String url, Authorization authorization)
           
 HttpResponse HttpClientWrapper.head(String url, HttpParameter[] parameters)
           
 HttpResponse HttpClientWrapper.head(String url, HttpParameter[] parameters, Authorization authorization)
           
 HttpResponse HttpClientWrapper.post(String url)
           
 HttpResponse HttpClientWrapper.post(String url, Authorization authorization)
           
 HttpResponse HttpClientWrapper.post(String url, HttpParameter[] parameters)
           
 HttpResponse HttpClientImpl.post(String url, HttpParameter[] params)
           
 HttpResponse HttpClientWrapper.post(String url, HttpParameter[] parameters, Authorization authorization)
           
 HttpResponse HttpClientWrapper.post(String url, HttpParameter[] parameters, Map<String,String> requestHeaders)
           
 HttpResponse HttpClientWrapper.put(String url)
           
 HttpResponse HttpClientWrapper.put(String url, Authorization authorization)
           
 HttpResponse HttpClientWrapper.put(String url, HttpParameter[] parameters)
           
 HttpResponse HttpClientWrapper.put(String url, HttpParameter[] parameters, Authorization authorization)
           
 HttpResponse HttpClientImpl.request(HttpRequest req)
           
 HttpResponse HttpClient.request(HttpRequest req)
           
 

Uses of HttpResponse in twitter4j.internal.json
 

Methods in twitter4j.internal.json with parameters of type HttpResponse
 AccountSettings z_T4JInternalJSONImplFactory.createAccountSettings(HttpResponse res)
           
 AccountSettings z_T4JInternalFactory.createAccountSettings(HttpResponse res)
           
 AccountTotals z_T4JInternalJSONImplFactory.createAccountTotals(HttpResponse res)
           
 AccountTotals z_T4JInternalFactory.createAccountTotals(HttpResponse res)
           
 UserList z_T4JInternalJSONImplFactory.createAUserList(HttpResponse res)
           
 UserList z_T4JInternalFactory.createAUserList(HttpResponse res)
           
 ResponseList<Category> z_T4JInternalJSONImplFactory.createCategoryList(HttpResponse res)
           
 ResponseList<Category> z_T4JInternalFactory.createCategoryList(HttpResponse res)
           
 DirectMessage z_T4JInternalJSONImplFactory.createDirectMessage(HttpResponse res)
           
 DirectMessage z_T4JInternalFactory.createDirectMessage(HttpResponse res)
           
 ResponseList<DirectMessage> z_T4JInternalJSONImplFactory.createDirectMessageList(HttpResponse res)
           
 ResponseList<DirectMessage> z_T4JInternalFactory.createDirectMessageList(HttpResponse res)
           
static RateLimitStatus z_T4JInternalJSONImplFactory.createFeatureSpecificRateLimitStatusFromResponseHeader(HttpResponse res)
           
 ResponseList<Friendship> z_T4JInternalJSONImplFactory.createFriendshipList(HttpResponse res)
           
 ResponseList<Friendship> z_T4JInternalFactory.createFriendshipList(HttpResponse res)
           
 IDs z_T4JInternalJSONImplFactory.createIDs(HttpResponse res)
           
 IDs z_T4JInternalFactory.createIDs(HttpResponse res)
           
 ResponseList<HelpMethods.Language> z_T4JInternalJSONImplFactory.createLanguageList(HttpResponse res)
           
 ResponseList<HelpMethods.Language> z_T4JInternalFactory.createLanguageList(HttpResponse res)
           
 ResponseList<Location> z_T4JInternalJSONImplFactory.createLocationList(HttpResponse res)
           
 ResponseList<Location> z_T4JInternalFactory.createLocationList(HttpResponse res)
           
 PagableResponseList<User> z_T4JInternalJSONImplFactory.createPagableUserList(HttpResponse res)
           
 PagableResponseList<User> z_T4JInternalFactory.createPagableUserList(HttpResponse res)
           
 PagableResponseList<UserList> z_T4JInternalJSONImplFactory.createPagableUserListList(HttpResponse res)
           
 PagableResponseList<UserList> z_T4JInternalFactory.createPagableUserListList(HttpResponse res)
           
 Place z_T4JInternalJSONImplFactory.createPlace(HttpResponse res)
           
 Place z_T4JInternalFactory.createPlace(HttpResponse res)
           
 ResponseList<Place> z_T4JInternalJSONImplFactory.createPlaceList(HttpResponse res)
           
 ResponseList<Place> z_T4JInternalFactory.createPlaceList(HttpResponse res)
           
 ProfileImage z_T4JInternalJSONImplFactory.createProfileImage(HttpResponse res)
           
 ProfileImage z_T4JInternalFactory.createProfileImage(HttpResponse res)
           
 QueryResult z_T4JInternalJSONImplFactory.createQueryResult(HttpResponse res, Query query)
           
 QueryResult z_T4JInternalFactory.createQueryResult(HttpResponse res, Query query)
           
 RateLimitStatus z_T4JInternalJSONImplFactory.createRateLimitStatus(HttpResponse res)
           
 RateLimitStatus z_T4JInternalFactory.createRateLimitStatus(HttpResponse res)
           
static RateLimitStatus z_T4JInternalJSONImplFactory.createRateLimitStatusFromResponseHeader(HttpResponse res)
           
 RelatedResults z_T4JInternalJSONImplFactory.createRelatedResults(HttpResponse res)
           
 RelatedResults z_T4JInternalFactory.createRelatedResults(HttpResponse res)
           
 Relationship z_T4JInternalJSONImplFactory.createRelationship(HttpResponse res)
           
 Relationship z_T4JInternalFactory.createRelationship(HttpResponse res)
           
 SavedSearch z_T4JInternalJSONImplFactory.createSavedSearch(HttpResponse res)
           
 SavedSearch z_T4JInternalFactory.createSavedSearch(HttpResponse res)
           
 ResponseList<SavedSearch> z_T4JInternalJSONImplFactory.createSavedSearchList(HttpResponse res)
           
 ResponseList<SavedSearch> z_T4JInternalFactory.createSavedSearchList(HttpResponse res)
           
 SimilarPlaces z_T4JInternalJSONImplFactory.createSimilarPlaces(HttpResponse res)
           
 SimilarPlaces z_T4JInternalFactory.createSimilarPlaces(HttpResponse res)
           
 Status z_T4JInternalJSONImplFactory.createStatus(HttpResponse res)
           
 Status z_T4JInternalFactory.createStatus(HttpResponse res)
           
 ResponseList<Status> z_T4JInternalJSONImplFactory.createStatusList(HttpResponse res)
           
 ResponseList<Status> z_T4JInternalFactory.createStatusList(HttpResponse res)
           
 Trends z_T4JInternalJSONImplFactory.createTrends(HttpResponse res)
           
 Trends z_T4JInternalFactory.createTrends(HttpResponse res)
           
 ResponseList<Trends> z_T4JInternalJSONImplFactory.createTrendsList(HttpResponse res)
           
 ResponseList<Trends> z_T4JInternalFactory.createTrendsList(HttpResponse res)
           
 TwitterAPIConfiguration z_T4JInternalJSONImplFactory.createTwitterAPIConfiguration(HttpResponse res)
           
 TwitterAPIConfiguration z_T4JInternalFactory.createTwitterAPIConfiguration(HttpResponse res)
           
 User z_T4JInternalJSONImplFactory.createUser(HttpResponse res)
           
 User z_T4JInternalFactory.createUser(HttpResponse res)
           
 ResponseList<User> z_T4JInternalJSONImplFactory.createUserList(HttpResponse res)
           
 ResponseList<User> z_T4JInternalFactory.createUserList(HttpResponse res)
           
 ResponseList<User> z_T4JInternalJSONImplFactory.createUserListFromJSONArray_Users(HttpResponse res)
           
 ResponseList<User> z_T4JInternalFactory.createUserListFromJSONArray_Users(HttpResponse res)
           
 ResponseList<User> z_T4JInternalJSONImplFactory.createUserListFromJSONArray(HttpResponse res)
           
 ResponseList<User> z_T4JInternalFactory.createUserListFromJSONArray(HttpResponse res)
           
 ResponseList<UserList> z_T4JInternalJSONImplFactory.createUserListList(HttpResponse res)
           
 ResponseList<UserList> z_T4JInternalFactory.createUserListList(HttpResponse res)
           
 

Uses of HttpResponse in twitter4j.internal.util
 

Methods in twitter4j.internal.util with parameters of type HttpResponse
static int z_T4JInternalParseUtil.toAccessLevel(HttpResponse res)
           
 



Copyright © 2012. All Rights Reserved.