| Package | Description |
|---|---|
| dev.codeflush.httpclient | |
| dev.codeflush.httpclient.client | |
| dev.codeflush.httpclient.request |
| Modifier and Type | Method and Description |
|---|---|
Response<T> |
Response.repeat() |
| Modifier and Type | Method and Description |
|---|---|
<T> Response<T> |
SimpleHTTPClient.execute(Request request,
ResponseParser<? extends T> parser) |
<T> Response<T> |
HTTPClient.execute(Request request,
ResponseParser<? extends T> parser) |
| Modifier and Type | Method and Description |
|---|---|
<T> Response<T> |
Request.execute(HTTPClient client,
ResponseParser<? extends T> parser) |
default <R> Response<R> |
Request.Builder.execute(HTTPClient client,
ResponseParser<R> parser) |
Copyright © 2019. All rights reserved.