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() |
Modifier and Type | Method and Description |
---|---|
String |
getBodyText() |
org.apache.http.HttpEntity |
getEntity() |
Map<String,Object> |
getHeaders() |
Map<String,Object> |
getParameters() |
String |
getPassword() |
HttpRequestEntity.RequestType |
getType() |
String |
getUrl() |
String |
getUsername() |
boolean |
hasHeaders() |
void |
setBodyText(String bodyText) |
void |
setEntity(org.apache.http.HttpEntity entity) |
void |
setHeaders(Map<String,Object> headers) |
void |
setParameters(Map<String,Object> parameters) |
void |
setPassword(String password) |
void |
setType(HttpRequestEntity.RequestType type) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public HttpRequestEntity.RequestType type
public String url
public String username
public String password
public String bodyText
public org.apache.http.HttpEntity entity
public boolean hasHeaders()
public HttpRequestEntity.RequestType getType()
public void setType(HttpRequestEntity.RequestType type)
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getBodyText()
public void setBodyText(String bodyText)
public org.apache.http.HttpEntity getEntity()
public void setEntity(org.apache.http.HttpEntity entity)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.