| Package | Description |
|---|---|
| org.apache.commons.latka.http |
| Modifier and Type | Class and Description |
|---|---|
class |
ParametersImpl
An implementation of the
Parameters interface that stores the
name value pairs as a list of two element string arrays |
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
RequestImpl._parameters
parameters sent with this request
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
Request.getParameters()
Get the parameters for the request, so that they can
be copied to another request if necessary.
|
Parameters |
RequestImpl.getParameters()
Defined in the implemented interface
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setParameters(Parameters parameters)
Set all the parameters for the request.
|
void |
RequestImpl.setParameters(Parameters parameters)
Defined in the implemented interface
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.