Package twitter4j.http

Interface Summary
Authorization An interface represents credentials.
HttpClientConfiguration  
HttpClientWrapperConfiguration  
HttpResponseListener  
OAuthSupport  
 

Class Summary
AccessToken Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.
BASE64Encoder A utility class encodes byte array into String using Base64 encoding scheme.
BasicAuthorization An authentication implementation implements Basic authentication
HTMLEntity  
HttpClient A utility class to handle HTTP request/response.
HttpClientWrapper HTTP Client wrapper with handy request methods, ResponseListener mechanism
HttpParameter A data class representing HTTP Post parameter
HttpRequest HTTP Request parameter object
HttpResponse A data class representing HTTP Response
HttpResponseEvent  
NullAuthorization An interface represents credentials.
OAuthAuthorization  
OAuthToken  
RequestMethod  
RequestToken