|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
---|---|
com.openshift.client | |
com.openshift.internal.client.httpclient | |
com.openshift.internal.client.response |
Uses of HttpMethod in com.openshift.client |
---|
Methods in com.openshift.client that return HttpMethod | |
---|---|
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. |
Uses of HttpMethod in com.openshift.internal.client.httpclient |
---|
Methods in com.openshift.internal.client.httpclient with parameters of type HttpMethod | |
---|---|
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)
|
Uses of HttpMethod in com.openshift.internal.client.response |
---|
Methods in com.openshift.internal.client.response that return HttpMethod | |
---|---|
HttpMethod |
Link.getHttpMethod()
Gets the http method this link operates on. |
Constructors in com.openshift.internal.client.response with parameters of type HttpMethod | |
---|---|
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. |
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |