public class HttpRequestEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpRequestEntity.RequestType |
Modifier and Type | Field and Description |
---|---|
String |
bodyText |
org.apache.http.HttpEntity |
entity |
Map<String,Object> |
headers |
Map<String,Object> |
parameters |
String |
password |
HttpRequestEntity.RequestType |
type |
String |
url |
String |
username |
Constructor and Description |
---|
HttpRequestEntity() |
public HttpRequestEntity.RequestType type
public String url
public String username
public String password
public String bodyText
public org.apache.http.HttpEntity entity
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.