org.archive.wayback.util.http
Class HttpResponseMessage
java.lang.Object
org.archive.wayback.util.http.HttpMessage
org.archive.wayback.util.http.HttpResponseMessage
public class HttpResponseMessage
- extends HttpMessage
- Version:
- $Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
- Author:
- brad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpResponseMessage
public HttpResponseMessage(byte[] version,
byte[] code,
byte[] text)
getVersion
public String getVersion()
getCode
public String getCode()
getText
public String getText()
isNotModified
public boolean isNotModified()
getBytes
public byte[] getBytes(boolean addCrLf)
Copyright © 2005-2011 Internet Archive. All Rights Reserved.