org.codehaus.httpcache4j
Class HTTPResponse
java.lang.Object
org.codehaus.httpcache4j.HTTPResponse
- All Implemented Interfaces:
- java.io.Serializable
public final class HTTPResponse
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Erlend Hamnaberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPResponse
public HTTPResponse(Payload payload,
Status status,
Headers headers)
hasPayload
public boolean hasPayload()
getStatus
public Status getStatus()
getPayload
public Payload getPayload()
getHeaders
public Headers getHeaders()
getETag
public Tag getETag()
getLastModified
public org.joda.time.DateTime getLastModified()
getAllowedMethods
public java.util.Set<HTTPMethod> getAllowedMethods()
Copyright © 2008. All Rights Reserved.