Package | Description |
---|---|
com.compuware.ispw.restapi | |
com.compuware.ispw.restapi.util |
Modifier and Type | Field and Description |
---|---|
static List<HttpRequestNameValuePair> |
IspwRestApiRequest.DescriptorImpl.customHeaders |
static List<HttpRequestNameValuePair> |
IspwRestApiRequestStep.DescriptorImpl.customHeaders |
Modifier and Type | Method and Description |
---|---|
List<HttpRequestNameValuePair> |
IspwRestApiRequest.getCustomHeaders() |
List<HttpRequestNameValuePair> |
IspwRestApiRequestStep.getCustomHeaders() |
Modifier and Type | Method and Description |
---|---|
List<HttpRequestNameValuePair> |
RequestAction.getHeaders() |
List<HttpRequestNameValuePair> |
RequestAction.getParams() |
Modifier and Type | Method and Description |
---|---|
static String |
HttpClientUtil.appendParamsToUrl(String url,
List<HttpRequestNameValuePair> params) |
static String |
HttpClientUtil.paramsToString(List<HttpRequestNameValuePair> params) |
Constructor and Description |
---|
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params) |
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params,
List<HttpRequestNameValuePair> headers) |
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params,
List<HttpRequestNameValuePair> headers) |
Copyright © 2016–2025. All rights reserved.