facebook4j.internal.http
Class HttpResponseEvent

java.lang.Object
  extended by facebook4j.internal.http.HttpResponseEvent

public final class HttpResponseEvent
extends Object

Author:
Andrew Hedges - andrew.hedges at gmail.com

Method Summary
 boolean equals(Object o)
           
 FacebookException getFacebookException()
          returns the FacebookException associated with the event
 HttpRequest getRequest()
          returns the request associated with the event
 HttpResponse getResponse()
          returns the response associated with the event
 int hashCode()
           
 boolean isAuthenticated()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.