oauth.signpost.http
インタフェース HttpResponse

既知の実装クラスの一覧:
HttpURLConnectionResponseAdapter

public interface HttpResponse


メソッドの概要
 InputStream getContent()
           
 String getReasonPhrase()
           
 int getStatusCode()
           
 Object unwrap()
          Returns the underlying response object, in case you need to work on it directly.
 

メソッドの詳細

getStatusCode

int getStatusCode()
                  throws IOException
例外:
IOException

getReasonPhrase

String getReasonPhrase()
                       throws Exception
例外:
Exception

getContent

InputStream getContent()
                       throws IOException
例外:
IOException

unwrap

Object unwrap()
Returns the underlying response object, in case you need to work on it directly.

戻り値:
the wrapped response object


Copyright © 2012. All Rights Reserved.