public class

MuleHttpResponse

extends HttpResponse
java.lang.Object
   ↳ twitter4j.internal.http.HttpResponse
     ↳ org.mule.twitter.MuleHttpResponse

Summary

Fields
private final MuleMessage response
[Expand]
Inherited Fields
From class twitter4j.internal.http.HttpResponse
Public Constructors
MuleHttpResponse(HttpClientConfiguration conf, MuleMessage response)
Public Methods
void disconnect()
String getResponseHeader(String name)
Map<String, List<String>> getResponseHeaderFields()
[Expand]
Inherited Methods
From class twitter4j.internal.http.HttpResponse
From class java.lang.Object

Fields

private final MuleMessage response

Public Constructors

public MuleHttpResponse (HttpClientConfiguration conf, MuleMessage response)

Parameters
conf
response
Throws
TwitterException

Public Methods

public void disconnect ()

Throws
IOException

public String getResponseHeader (String name)

Parameters
name

public Map<String, List<String>> getResponseHeaderFields ()