org.archive.wayback.util.http
Class HttpResponseMessage

java.lang.Object
  extended by org.archive.wayback.util.http.HttpMessage
      extended by 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

Field Summary
 
Fields inherited from class org.archive.wayback.util.http.HttpMessage
CR, LF, SPACE
 
Constructor Summary
HttpResponseMessage(byte[] version, byte[] code, byte[] text)
           
 
Method Summary
 byte[] getBytes(boolean addCrLf)
           
 String getCode()
           
 String getText()
           
 String getVersion()
           
 boolean isNotModified()
           
 
Methods inherited from class org.archive.wayback.util.http.HttpMessage
concatBytes, loadFields, loadRequest, loadRequest, loadResponse, loadResponse, readLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponseMessage

public HttpResponseMessage(byte[] version,
                           byte[] code,
                           byte[] text)
Method Detail

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.