| Package | Description |
|---|---|
| org.cybergarage.http |
HTTP protocol implementation and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ParameterList.at(int n)
Gets the Parameter at the specified index.
|
Parameter |
ParameterList.getParameter(int n)
Gets the Parameter at the specified index.
|
Parameter |
ParameterList.getParameter(String name)
Gets the Parameter with the specified name.
|