com.github.droidfu.http
Class BetterHttpResponseImpl
java.lang.Object
com.github.droidfu.http.BetterHttpResponseImpl
- All Implemented Interfaces:
- BetterHttpResponse
public class BetterHttpResponseImpl
- extends Object
- implements BetterHttpResponse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BetterHttpResponseImpl
public BetterHttpResponseImpl(org.apache.http.HttpResponse response)
throws IOException
- Throws:
IOException
unwrap
public org.apache.http.HttpResponse unwrap()
- Specified by:
unwrap
in interface BetterHttpResponse
getResponseBody
public InputStream getResponseBody()
throws IOException
- Specified by:
getResponseBody
in interface BetterHttpResponse
- Throws:
IOException
getResponseBodyAsBytes
public byte[] getResponseBodyAsBytes()
throws IOException
- Specified by:
getResponseBodyAsBytes
in interface BetterHttpResponse
- Throws:
IOException
getResponseBodyAsString
public String getResponseBodyAsString()
throws IOException
- Specified by:
getResponseBodyAsString
in interface BetterHttpResponse
- Throws:
IOException
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCode
in interface BetterHttpResponse
getHeader
public String getHeader(String header)
- Specified by:
getHeader
in interface BetterHttpResponse
Copyright © 2011. All Rights Reserved.