oauth.signpost.http
Interface HttpResponse

All Known Implementing Classes:
HttpURLConnectionResponseAdapter

public interface HttpResponse


Method Summary
 InputStream getContent()
           
 String getReasonPhrase()
           
 int getStatusCode()
           
 Object unwrap()
          Returns the underlying response object, in case you need to work on it directly.
 

Method Detail

getStatusCode

int getStatusCode()
                  throws IOException
Throws:
IOException

getReasonPhrase

String getReasonPhrase()
                       throws Exception
Throws:
Exception

getContent

InputStream getContent()
                       throws IOException
Throws:
IOException

unwrap

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

Returns:
the wrapped response object


Copyright © 2010. All Rights Reserved.