org.apache.abdera.protocol
Interface ResponseInfo

All Known Subinterfaces:
CachedResponse, ClientResponse, Response, ResponseContext
All Known Implementing Classes:
AbstractClientResponse, AbstractResponse, AbstractResponseContext, BaseResponseContext, CachedResponseBase, CommonsResponse, EmptyResponseContext, InMemoryCachedResponse

public interface ResponseInfo


Method Summary
 EntityTag getEntityTag()
           
 java.util.Date getLastModified()
           
 

Method Detail

getLastModified

java.util.Date getLastModified()

getEntityTag

EntityTag getEntityTag()