Package | Description |
---|---|
com.openshift.internal.restclient.http |
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) |
protected String |
UrlConnectionHttpClient.request(HttpMethod httpMethod,
URL url,
int timeout,
IResource resource) |
Copyright © 2016 Red Hat, Inc. All rights reserved.