public class HttpRequest extends Object
HttpRequestExecutor
. It's only used for advanced and experimental
functionality.HttpRequestExecutor
Modifier and Type | Class and Description |
---|---|
static class |
HttpRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getAbsoluteUrl() |
String |
getBody() |
Handler<? super InputStream> |
getCallback() |
String |
getContentType() |
Map<String,String> |
getCustomHeaders() |
String |
getMethod() |
Map<String,Object> |
getOptions() |
Map<String,Object> |
getRequestParams() |
File |
getResponseDestinationFile() |
String |
getUrl() |
public String getUrl()
public String getAbsoluteUrl()
public String getMethod()
public String getBody()
public String getContentType()
public File getResponseDestinationFile()
public Handler<? super InputStream> getCallback()