Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
twitter4j.auth |
OAuth related classes
|
Modifier and Type | Class and Description |
---|---|
class |
XAuthAuthorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
HttpRequest.getAuthorization() |
Authorization |
TwitterBase.getAuthorization()
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpClientBase.delete(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClient.delete(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClientBase.get(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClient.get(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
Twitter |
TwitterFactory.getInstance(Authorization auth) |
HttpResponse |
HttpClientBase.post(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClient.post(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClientBase.put(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
HttpResponse |
HttpClient.put(String url,
HttpParameter[] parameters,
Authorization authorization,
HttpResponseListener listener) |
Constructor and Description |
---|
HttpRequest(RequestMethod method,
String url,
HttpParameter[] parameters,
Authorization authorization,
Map<String,String> requestHeaders) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthorization
An authentication implementation implements Basic authentication
|
class |
NullAuthorization
An interface represents credentials.
|
class |
OAuth2Authorization |
class |
OAuthAuthorization |
Modifier and Type | Method and Description |
---|---|
static Authorization |
AuthorizationFactory.getInstance(Configuration conf) |
Copyright © 2018. All rights reserved.