|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterValueMap | |
---|---|
com.openshift.internal.client.httpclient | |
com.openshift.internal.client.httpclient.request |
Uses of ParameterValueMap in com.openshift.internal.client.httpclient |
---|
Methods in com.openshift.internal.client.httpclient with parameters of type ParameterValueMap | |
---|---|
protected String |
UrlConnectionHttpClient.request(HttpMethod httpMethod,
URL url,
IMediaType requestMediaType,
int timeout,
ParameterValueMap parameters)
|
Uses of ParameterValueMap in com.openshift.internal.client.httpclient.request |
---|
Methods in com.openshift.internal.client.httpclient.request that return ParameterValueMap | |
---|---|
ParameterValueMap |
ParameterValueMap.add(Parameter parameter)
|
ParameterValueMap |
ParameterValueMap.add(String name,
String value)
|
ParameterValueMap |
ParameterValueMap.addAll(List<? extends Parameter> parameters)
|
Methods in com.openshift.internal.client.httpclient.request with parameters of type ParameterValueMap | |
---|---|
void |
JsonMediaType.writeTo(ParameterValueMap parameterMap,
OutputStream out)
|
void |
IMediaType.writeTo(ParameterValueMap parameterMap,
OutputStream out)
|
void |
FormUrlEncodedMediaType.writeTo(ParameterValueMap parameterMap,
OutputStream out)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |