| Package | Description |
|---|---|
| org.apache.slider.client.rest | |
| org.apache.slider.core.registry.retrieve | |
| org.apache.slider.core.restclient |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SliderApplicationApiRestClient.appResourceOperation(HttpVerb method,
String subpath,
Class<T> c) |
<T> T |
SliderApplicationApiRestClient.appResourceOperation(HttpVerb method,
String subpath,
com.sun.jersey.api.client.GenericType<T> t)
Get operation against a path under the Application
|
<T> T |
BaseRestClient.exec(HttpVerb method,
com.sun.jersey.api.client.WebResource resource,
Class<T> c)
Execute the operation.
|
<T> T |
BaseRestClient.exec(HttpVerb method,
com.sun.jersey.api.client.WebResource resource,
com.sun.jersey.api.client.GenericType<T> t)
Execute the operation.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AMWebClient.exec(HttpVerb method,
com.sun.jersey.api.client.WebResource resource,
Class<T> c)
Execute the operation.
|
<T> T |
AMWebClient.exec(HttpVerb method,
com.sun.jersey.api.client.WebResource resource,
com.sun.jersey.api.client.GenericType<T> t)
Execute the operation.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpVerb |
HttpVerb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpVerb[] |
HttpVerb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpOperationResponse |
UrlConnectionOperations.execHttpOperation(HttpVerb verb,
URL url,
byte[] payload,
String contentType) |
static void |
UrlConnectionOperations.uprateFaults(HttpVerb verb,
String url,
int resultCode,
String bodyAsString,
byte[] body)
Uprate error codes 400 and up into faults;
404 is converted to a
NotFoundException,
401 to ForbiddenException |
static IOException |
UgiJerseyBinding.uprateFaults(HttpVerb verb,
String url,
com.sun.jersey.api.client.UniformInterfaceException ex)
Uprate error codes 400 and up into faults;
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.