Uses of Class
twitter4j.internal.http.HttpRequest

Packages that use HttpRequest
twitter4j.http   
twitter4j.internal.http   
 

Uses of HttpRequest in twitter4j.http
 

Methods in twitter4j.http with parameters of type HttpRequest
 java.lang.String OAuthAuthorization.getAuthorizationHeader(HttpRequest req)
           
 java.lang.String NullAuthorization.getAuthorizationHeader(HttpRequest req)
           
 java.lang.String BasicAuthorization.getAuthorizationHeader(HttpRequest req)
           
 java.lang.String Authorization.getAuthorizationHeader(HttpRequest req)
           
 

Uses of HttpRequest in twitter4j.internal.http
 

Methods in twitter4j.internal.http that return HttpRequest
 HttpRequest HttpResponseEvent.getRequest()
          returns the request associated with the event
 

Methods in twitter4j.internal.http with parameters of type HttpRequest
 java.lang.String XAuthAuthorization.getAuthorizationHeader(HttpRequest req)
           
 HttpResponse HttpClientImpl.request(HttpRequest req)
           
 HttpResponse HttpClient.request(HttpRequest req)
           
 

Constructors in twitter4j.internal.http with parameters of type HttpRequest
HttpResponseEvent(HttpRequest request, HttpResponse response)
           
 



Copyright © 2011. All Rights Reserved.