chrriis.common
Class WebServer.HTTPRequest

java.lang.Object
  extended by chrriis.common.WebServer.HTTPRequest
All Implemented Interfaces:
Cloneable
Enclosing class:
WebServer

public static class WebServer.HTTPRequest
extends Object
implements Cloneable


Method Summary
protected  WebServer.HTTPRequest clone()
           
 String getAnchor()
           
 WebServer.HTTPData[] getHTTPPostDataArray()
           
 Map<String,String> getQueryParameterMap()
           
 String getResourcePath()
           
 String getURLPath()
           
 boolean isPostMethod()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURLPath

public String getURLPath()

getResourcePath

public String getResourcePath()

getAnchor

public String getAnchor()

getQueryParameterMap

public Map<String,String> getQueryParameterMap()

isPostMethod

public boolean isPostMethod()

getHTTPPostDataArray

public WebServer.HTTPData[] getHTTPPostDataArray()

clone

protected WebServer.HTTPRequest clone()
Overrides:
clone in class Object