org.archive.wayback.util.http
Class HttpRequestMessage

java.lang.Object
  extended by org.archive.wayback.util.http.HttpMessage
      extended by org.archive.wayback.util.http.HttpRequestMessage

public class HttpRequestMessage
extends HttpMessage


Field Summary
 
Fields inherited from class org.archive.wayback.util.http.HttpMessage
CR, LF, SPACE
 
Constructor Summary
HttpRequestMessage(byte[] method, byte[] path, byte[] version)
           
 
Method Summary
 HttpRequestMessage _clone()
           
 byte[] getBytes(boolean addCrLf)
           
 String getMethod()
           
 String getPath()
           
 String getVersion()
           
 boolean isGet()
           
 boolean isHead()
           
 void setPath(byte[] path)
           
 
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

HttpRequestMessage

public HttpRequestMessage(byte[] method,
                          byte[] path,
                          byte[] version)
Method Detail

getMethod

public String getMethod()

getPath

public String getPath()

getVersion

public String getVersion()

_clone

public HttpRequestMessage _clone()

setPath

public void setPath(byte[] path)

getBytes

public byte[] getBytes(boolean addCrLf)

isHead

public boolean isHead()

isGet

public boolean isGet()


Copyright © 2005-2011 Internet Archive. All Rights Reserved.