public class HttpRequest extends Object
| Constructor and Description |
|---|
HttpRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(String element)
Sets the next element in the request
|
String |
getPathElement(int index)
Gets the path element from the given index
|
public String getPathElement(int index)
index - the element to get the index frompublic void addElement(String element)
element - The element to put next in the elements listCopyright © 2009-2015 Oracle Corporation. All Rights Reserved.