| Package | Description |
|---|---|
| io.higgs.http.client | |
| io.higgs.http.client.readers |
| Modifier and Type | Field and Description |
|---|---|
protected Response |
Request.response |
| Modifier and Type | Method and Description |
|---|---|
Response |
FutureResponse.getResponse() |
Response |
Request.response() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Promise<Response> |
FutureResponse.setFailure(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryPolicy.activate(FutureResponse future,
Throwable cause,
boolean connectFailure,
Response response)
Invoked when a request has failed, either because of a connection failure, the response was an error where
retries are allowed or another exception occurred.
|
| Constructor and Description |
|---|
ClientHandler(Response response,
FutureResponse future,
RetryPolicy policy) |
FutureResponse(io.netty.channel.EventLoopGroup group,
Response response) |
| Modifier and Type | Field and Description |
|---|---|
protected Response |
Reader.response |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Function2<T,Response>> |
Reader.functions |
| Modifier and Type | Method and Description |
|---|---|
Response |
Reader.response() |
| Modifier and Type | Method and Description |
|---|---|
void |
Reader.response(Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
Reader.listen(Function2<T,Response> function) |
| Constructor and Description |
|---|
FileReader(Function2<File,Response> function) |
LineReader(Function2<String,Response> function) |
PageReader(Function2<String,Response> function) |
Reader(Function2<T,Response> function) |
Copyright © 2012-2015. All Rights Reserved.