org.mule.twitter
Class MuleHttpResponse

java.lang.Object
  extended by twitter4j.internal.http.HttpResponse
      extended by org.mule.twitter.MuleHttpResponse

public class MuleHttpResponse
extends twitter4j.internal.http.HttpResponse


Field Summary
 
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)
           
 
Method Summary
 void disconnect()
           
 String getResponseHeader(String name)
           
 Map<String,List<String>> getResponseHeaderFields()
           
 
Methods inherited from class twitter4j.internal.http.HttpResponse
asJSONArray, asJSONObject, asReader, asStream, asString, getStatusCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MuleHttpResponse

public MuleHttpResponse(twitter4j.internal.http.HttpClientConfiguration conf,
                        org.mule.api.MuleMessage response)
                 throws twitter4j.TwitterException
Throws:
twitter4j.TwitterException
Method Detail

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.