public class Http
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Http.Execute<Result> |
class |
Http.Request<Result> |
| Constructor and Description |
|---|
Http(AsyncHttpScheduler asyncHttp,
SyncHttpScheduler syncHttp) |
| Modifier and Type | Method and Description |
|---|---|
<Result> Http.Request<Result> |
request(Http.Execute<Result> execute) |
public Http(AsyncHttpScheduler asyncHttp, SyncHttpScheduler syncHttp)
public <Result> Http.Request<Result> request(Http.Execute<Result> execute)