| Package | Description |
|---|---|
| io.enoa.http | |
| io.enoa.http.protocol | |
| io.enoa.http.provider.httphelper.async |
| Modifier and Type | Method and Description |
|---|---|
HttpPromise |
Http.enqueue() |
HttpPromise |
Http.enqueue(Chunk chunk) |
default HttpPromise |
EoExecutor.enqueue(EoUrl url,
EoEmit emit) |
HttpPromise |
EoExecutor.enqueue(EoUrl url,
EoEmit emit,
Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
HttpPromise |
HttpPromise.error(PromiseArg<HttpResponse> result) |
<T> HttpPromise |
HttpPromise.execute(PromiseArg<T> execute) |
<T> HttpPromise |
HttpPromise.fail(PromiseArg<T> fail) |
HttpPromise |
HttpPromise.ok(PromiseArg<HttpResponse> result) |
<T> HttpPromise |
HttpPromise.then(PromiseThen<Object,T> then) |
<T> HttpPromise |
HttpPromise.valid(PromiseBool<T> valid) |
| Modifier and Type | Method and Description |
|---|---|
HttpPromise |
HttpHelperExecutor.enqueue(EoUrl url,
EoEmit emit,
Chunk chunk) |
Copyright © 2019. All rights reserved.