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