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