yt4droid.http
クラス HttpClientImpl
java.lang.Object
yt4droid.http.HttpClientBase
yt4droid.http.HttpClientImpl
- すべての実装されたインタフェース:
- HttpClient, HttpResponceCode
public class HttpClientImpl
- extends HttpClientBase
- implements HttpClient, HttpResponceCode
| クラス java.lang.Object から継承されたメソッド |
getClass, notify, notifyAll, wait, wait, wait |
HttpClientImpl
public HttpClientImpl(Configuration conf)
getInstance
public static HttpClient getInstance(Configuration conf)
get
public HttpResponse get(java.lang.String url)
throws YoutubeException
- 例外:
YoutubeException
post
public HttpResponse post(java.lang.String url,
HttpParameter[] params)
throws YoutubeException
- 例外:
YoutubeException
request
public HttpResponse request(HttpRequest req)
throws YoutubeException
- 定義:
- インタフェース
HttpClient 内の request
- 例外:
YoutubeException
encode
public static java.lang.String encode(java.lang.String str)
shutDown
public void shutDown()
- 定義:
- インタフェース
HttpClient 内の shutDown