| java.lang.Object |
| ↳ |
twitter4j.internal.http.alternative.MuleHttpClient |
Class Overview
A version of the twitter4j client that uses Mule.
Summary
| Fields |
|
private
static
MuleClient |
client |
|
|
private
static
MuleContext |
context |
|
|
private
final
HttpClientConfiguration |
httpConf |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
twitter4j.internal.http.HttpClient
|
Fields
private
static
MuleClient
client
private
static
MuleContext
context
private
final
HttpClientConfiguration
httpConf
Public Constructors
public
MuleHttpClient
(HttpClientConfiguration conf)
Public Methods
public
HttpResponse
request
(HttpRequest req)
public
static
void
setMuleContext
(MuleContext context)