oauth.signpost.commonshttp
クラス HttpResponseAdapter

java.lang.Object
  上位を拡張 oauth.signpost.commonshttp.HttpResponseAdapter
すべての実装されたインタフェース:
HttpResponse

public class HttpResponseAdapter
extends Object
implements HttpResponse


コンストラクタの概要
HttpResponseAdapter(org.apache.http.HttpResponse response)
           
 
メソッドの概要
 InputStream getContent()
           
 String getReasonPhrase()
           
 int getStatusCode()
           
 Object unwrap()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HttpResponseAdapter

public HttpResponseAdapter(org.apache.http.HttpResponse response)
メソッドの詳細

getContent

public InputStream getContent()
                       throws IOException
定義:
インタフェース HttpResponse 内の getContent
例外:
IOException

getStatusCode

public int getStatusCode()
                  throws IOException
定義:
インタフェース HttpResponse 内の getStatusCode
例外:
IOException

getReasonPhrase

public String getReasonPhrase()
                       throws Exception
定義:
インタフェース HttpResponse 内の getReasonPhrase
例外:
Exception

unwrap

public Object unwrap()
定義:
インタフェース HttpResponse 内の unwrap


Copyright © 2012. All Rights Reserved.