public class RESTClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RESTClient.Type |
| Constructor and Description |
|---|
RESTClient(RESTClient.Type type) |
RESTClient(RESTClient.Type type,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String uri) |
RESTClient.Type |
getType() |
void |
put(String uri,
String entity) |
public RESTClient(RESTClient.Type type)
public RESTClient(RESTClient.Type type, String username, String password)
public RESTClient.Type getType()
Copyright © 2003–2019. All rights reserved.