Uses of Class
twitter4j.internal.http.HttpRequest

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

Uses of HttpRequest in twitter4j.auth
 

Methods in twitter4j.auth with parameters of type HttpRequest
 String OAuthAuthorization.getAuthorizationHeader(HttpRequest req)
           
 String NullAuthorization.getAuthorizationHeader(HttpRequest req)
           
 String BasicAuthorization.getAuthorizationHeader(HttpRequest req)
           
 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
 String XAuthAuthorization.getAuthorizationHeader(HttpRequest req)
           
 HttpResponse HttpClientImpl.request(HttpRequest req)
           
 HttpResponse HttpClient.request(HttpRequest req)
           
 



Copyright © 2012. All Rights Reserved.