Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpMethod.setQueryString(List<NameValuePair> paramList)
Set the query string for the request
|
Modifier and Type | Class and Description |
---|---|
class |
RIDCHttpHeaderImpl
Implementation of the RIDCHttpHeader
|
Modifier and Type | Method and Description |
---|---|
static List<NameValuePair> |
HttpUtils.convertToNVPairs(String query)
Convert the query string into a list of Name Value pairs
|
Modifier and Type | Method and Description |
---|---|
int |
NameValuePair.compareTo(NameValuePair namevaluePair)
Compare two name value pairs by the key.
|
Modifier and Type | Method and Description |
---|---|
protected List<NameValuePair> |
IdcHttpProtocol.getDefaultParameters()
Create a list of the default
NameValuePair parameters |
Modifier and Type | Method and Description |
---|---|
protected int |
IdcHttpProtocol.executeBinderMethod(List<NameValuePair> parameters,
Boolean followRedirects)
Execute an HTTP method against the content server that POSTs a binder in
HDA format
|
protected int |
IdcHttpProtocol.executeStreamMethod(List<NameValuePair> parameters)
Execute a multipart POST method against the content server that uploads the given files.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionMethod.setQueryString(List<NameValuePair> paramList) |
Modifier and Type | Method and Description |
---|---|
void |
HttpOracleMethod.setQueryString(List<NameValuePair> paramList) |