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 |
HttpApache3Method.setQueryString(List<NameValuePair> params)
Set the query string for the URL of this method
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.NameValuePair[] |
Apache3Utils.convert(List<NameValuePair> params)
Convert RIDC Name value pairs to Apache implementation
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache4Method.setQueryString(List<NameValuePair> nvpairList)
Set the query string for the request
|
Modifier and Type | Method and Description |
---|---|
static List<? extends org.apache.http.NameValuePair> |
Apache4Utils.convertNVPair(List<NameValuePair> nvpairList)
Convert RIDC name value pairs to Apache name value pairs
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionMethod.setQueryString(List<NameValuePair> paramList) |
Modifier and Type | Method and Description |
---|---|
void |
HttpOracleMethod.setQueryString(List<NameValuePair> paramList) |