| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.http |
| Modifier and Type | Method and Description |
|---|---|
ParameterPair[] |
Request.getParameters()
Retrieves all the post parameters on this object contained in map to make a post request
|
ParameterPair[] |
RequestImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setParameters(ParameterPair[] attributes)
Sets all the post parameters on this object contained in map to make a post request
|
void |
RequestImpl.setParameters(ParameterPair[] sPostAttributes) |
| Constructor and Description |
|---|
ParameterPair(ParameterPair pair) |
RequestImpl(ParameterPair[] postAtributes,
IHeader[] headers,
String url,
String type,
String authType) |
Copyright © 2016 Jasig. All Rights Reserved.