com.github.ignition.support.http
Interface IgnitedHttpResponse
- All Known Implementing Classes: 
 - CachedHttpResponse, IgnitedHttpResponseImpl
 
public interface IgnitedHttpResponse
 
unwrap
org.apache.http.HttpResponse unwrap()
 
getResponseBody
InputStream getResponseBody()
                            throws IOException
- Throws:
 IOException
 
getResponseBodyAsBytes
byte[] getResponseBodyAsBytes()
                              throws IOException
- Throws:
 IOException
 
getResponseBodyAsString
String getResponseBodyAsString()
                               throws IOException
- Throws:
 IOException
 
getStatusCode
int getStatusCode()
 
getHeader
String getHeader(String header)
 
Copyright © 2012. All Rights Reserved.