com.github.ignition.support.http.cache
Class CachedHttpResponse.ResponseData

java.lang.Object
  extended by com.github.ignition.support.http.cache.CachedHttpResponse.ResponseData
Enclosing class:
CachedHttpResponse

public static final class CachedHttpResponse.ResponseData
extends Object


Constructor Summary
CachedHttpResponse.ResponseData(int statusCode, byte[] responseBody)
           
 
Method Summary
 byte[] getResponseBody()
           
 int getStatusCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedHttpResponse.ResponseData

public CachedHttpResponse.ResponseData(int statusCode,
                                       byte[] responseBody)
Method Detail

getStatusCode

public int getStatusCode()

getResponseBody

public byte[] getResponseBody()


Copyright © 2012. All Rights Reserved.