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

Method Index

 o getClient()
 o getCommand()
 o getData()
 o getDocument()
 o getHost()
 o getPath()
 o getPort()
 o getProtocol()
 o getRequest()
 o getURL()
 o setURL(String)
 o toString()
Return a string represenation of the headers.

Methods

 o toString
 public String toString()
Return a string represenation of the headers.

Overrides:
toString in class Message
 o getRequest
 public String getRequest()
 o getCommand
 public String getCommand()
 o getURL
 public String getURL()
 o setURL
 public void setURL(String url)
 o getProtocol
 public String getProtocol()
 o getHost
 public String getHost()
 o getPort
 public int getPort()
 o getData
 public String getData()
 o getPath
 public String getPath()
 o getDocument
 public String getDocument()
 o getClient
 public Client getClient()

All Packages  Class Hierarchy  This Package  Previous  Next  Index