yt4droid.http
クラス HttpResponse
java.lang.Object
yt4droid.http.HttpResponse
- 直系の既知のサブクラス:
- HttpResponseImpl
public abstract class HttpResponse
- extends java.lang.Object
caution
- 作成者:
- boxyz02
| クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpResponse
public HttpResponse()
getStatusCode
public int getStatusCode()
getResponseHeader
public abstract java.lang.String getResponseHeader(java.lang.String name)
getResponseHeaderFields
public abstract java.util.Map<java.lang.String,java.util.List<java.lang.String>> getResponseHeaderFields()
asStream
public java.io.InputStream asStream()
asString
public java.lang.String asString()
throws YoutubeException
- 例外:
YoutubeException
disconnect
public abstract void disconnect()
throws java.io.IOException
- 例外:
java.io.IOException
asJSONObject
public JSONObject asJSONObject()
throws YoutubeException
- 例外:
YoutubeException
asJSONArray
public JSONArray asJSONArray()
throws YoutubeException
- 例外:
YoutubeException
asReader
public java.io.Reader asReader()