oauth.signpost.http
インタフェース HttpResponse
- 既知の実装クラスの一覧:
- HttpURLConnectionResponseAdapter
public interface HttpResponse
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.