public class HttpTask extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpTask.Method |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.http.client.methods.HttpRequestBase |
httpRequest |
| Constructor and Description |
|---|
HttpTask(HttpTask.Method method,
String url,
IResponseHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaderEntry(String key,
String value) |
org.apache.http.client.methods.HttpRequestBase |
getHttpRequest() |
void |
send() |
void |
setBody(byte[] body) |
public HttpTask(HttpTask.Method method, String url, IResponseHandler handler)
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.