| Package | Description |
|---|---|
| com.arangodb.http |
| Modifier and Type | Field and Description |
|---|---|
HttpRequestEntity.RequestType |
HttpRequestEntity.type |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestEntity.RequestType |
HttpRequestEntity.getType() |
static HttpRequestEntity.RequestType |
HttpRequestEntity.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestEntity.RequestType[] |
HttpRequestEntity.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseEntity |
HttpManager.doHeadGetDelete(HttpRequestEntity.RequestType type,
String url,
Map<String,Object> headers,
Map<String,Object> params) |
HttpResponseEntity |
HttpManager.doHeadGetDelete(HttpRequestEntity.RequestType type,
String url,
Map<String,Object> headers,
Map<String,Object> params,
String username,
String password) |
void |
HttpRequestEntity.setType(HttpRequestEntity.RequestType type) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.