facebook4j.internal.http
Class HttpResponseEvent
java.lang.Object
facebook4j.internal.http.HttpResponseEvent
public final class HttpResponseEvent
- extends java.lang.Object
- Author:
- Andrew Hedges - andrew.hedges at gmail.com
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
request
private HttpRequest request
response
private HttpResponse response
FacebookException
private FacebookException FacebookException
HttpResponseEvent
HttpResponseEvent(HttpRequest request,
HttpResponse response,
FacebookException te)
getRequest
public HttpRequest getRequest()
- returns the request associated with the event
- Returns:
- the request associated with the event
getResponse
public HttpResponse getResponse()
- returns the response associated with the event
- Returns:
- the response associated with the event
getFacebookException
public FacebookException getFacebookException()
- returns the FacebookException associated with the event
- Returns:
- the FacebookException associated with the event
isAuthenticated
public boolean isAuthenticated()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object