public final class HttpResponseEvent
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
HttpRequest |
getRequest()
returns the request associated with the event
|
HttpResponse |
getResponse()
returns the response associated with the event
|
TwitterException |
getTwitterException()
returns the TwitterException associated with the event
|
int |
hashCode() |
boolean |
isAuthenticated() |
java.lang.String |
toString() |
public HttpRequest getRequest()
public HttpResponse getResponse()
public TwitterException getTwitterException()
public boolean isAuthenticated()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object