All Packages Class Hierarchy This Package Previous Next Index
Class org.doit.muffin.Request
java.lang.Object
|
+----org.doit.muffin.Message
|
+----org.doit.muffin.Request
- public class Request
- extends Message
- Author:
- Mark Boyns
-
getClient()
-
-
getCommand()
-
-
getData()
-
-
getDocument()
-
-
getHost()
-
-
getPath()
-
-
getPort()
-
-
getProtocol()
-
-
getQueryString()
-
-
getRequest()
-
-
getURL()
-
-
setCommand(String)
-
-
setProtocol(String)
-
-
setURL(String)
-
-
toString(String)
- Return a string represenation of the headers.
toString
public String toString(String sep)
- Return a string represenation of the headers.
- Overrides:
- toString in class Message
getRequest
public String getRequest()
getCommand
public String getCommand()
setCommand
public void setCommand(String command)
getURL
public String getURL()
setURL
public void setURL(String url)
getProtocol
public String getProtocol()
setProtocol
public void setProtocol(String protocol)
getHost
public String getHost()
getPort
public int getPort()
getData
public String getData()
getPath
public String getPath()
getDocument
public String getDocument()
getClient
public Client getClient()
getQueryString
public String getQueryString()
All Packages Class Hierarchy This Package Previous Next Index