org.mule.twitter
Class MuleHttpResponse
java.lang.Object
twitter4j.internal.http.HttpResponse
org.mule.twitter.MuleHttpResponse
public class MuleHttpResponse
- extends twitter4j.internal.http.HttpResponse
| Fields inherited from class twitter4j.internal.http.HttpResponse |
CONF, is, responseAsString, statusCode |
|
Constructor Summary |
MuleHttpResponse(twitter4j.internal.http.HttpClientConfiguration conf,
org.mule.api.MuleMessage response)
|
| Methods inherited from class twitter4j.internal.http.HttpResponse |
asJSONArray, asJSONObject, asReader, asStream, asString, getStatusCode, toString |
MuleHttpResponse
public MuleHttpResponse(twitter4j.internal.http.HttpClientConfiguration conf,
org.mule.api.MuleMessage response)
throws twitter4j.TwitterException
- Throws:
twitter4j.TwitterException
getResponseHeader
public String getResponseHeader(String name)
- Specified by:
getResponseHeader in class twitter4j.internal.http.HttpResponse
getResponseHeaderFields
public Map<String,List<String>> getResponseHeaderFields()
- Specified by:
getResponseHeaderFields in class twitter4j.internal.http.HttpResponse
disconnect
public void disconnect()
throws IOException
- Specified by:
disconnect in class twitter4j.internal.http.HttpResponse
- Throws:
IOException
Copyright © 2011. All Rights Reserved.