public class HttpRequest
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCommand() |
Returns the command associated with this request.
|
java.lang.String[] |
getParameter(java.lang.String name) |
Returns the parameter with the specified name.
|
java.lang.String |
getProtocol() |
Returns the protocol string specified in the message header for this request.
|
java.lang.String |
getURI() |
Returns the URI specified in the message header for this request.
|
java.lang.String |
toString() |
public java.lang.String getCommand()
public java.lang.String getURI()
public java.lang.String getProtocol()
public java.lang.String[] getParameter(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object