| Package | Description |
|---|---|
| com.openshift.client | |
| com.openshift.internal.client.httpclient | |
| com.openshift.internal.client.response |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UrlConnectionHttpClient.request(HttpMethod httpMethod,
URL url,
IMediaType requestMediaType,
int timeout,
Parameter... parameters) |
protected String |
UrlConnectionHttpClient.request(HttpMethod httpMethod,
URL url,
IMediaType requestMediaType,
int timeout,
ParameterValueMap parameters) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Link.getHttpMethod()
Gets the http method this link operates on.
|
| Constructor and Description |
|---|
Link(String href,
HttpMethod httpMethod) |
Link(String rel,
String href,
HttpMethod httpMethod) |
Link(String rel,
String href,
HttpMethod httpMethod,
List<LinkParameter> requiredParams,
List<LinkParameter> optionalParams)
Instantiates a new Link object.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.