yt4droid.http
クラス HttpResponseEvent

java.lang.Object
  上位を拡張 yt4droid.http.HttpResponseEvent

public class HttpResponseEvent
extends java.lang.Object


メソッドの概要
 boolean equals(java.lang.Object o)
           
 HttpRequest getRequest()
          returns the request associated with the event
 HttpResponse getResponse()
          returns the response associated with the event
 YoutubeException getTwitterException()
          returns the TwitterException associated with the event
 int hashCode()
           
 boolean isAuthenticated()
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

getRequest

public HttpRequest getRequest()
returns the request associated with the event

戻り値:
the request associated with the event

getResponse

public HttpResponse getResponse()
returns the response associated with the event

戻り値:
the response associated with the event

getTwitterException

public YoutubeException getTwitterException()
returns the TwitterException associated with the event

戻り値:
the TwitterException associated with the event

isAuthenticated

public boolean isAuthenticated()

equals

public boolean equals(java.lang.Object o)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString