| Package | Description |
|---|---|
| zone.gryphon.screech | |
| zone.gryphon.screech.exception | |
| zone.gryphon.screech.internal |
| Modifier and Type | Method and Description |
|---|---|
ResponseDecoder |
ResponseDecoderFactory.create(ResponseHeaders response,
Type type,
Callback<Object> callback) |
ResponseDecoder |
ResponseDecoderFactory.ErrorResponseDecoderFactory.create(ResponseHeaders response,
Type type,
Callback<Object> callback) |
ResponseDecoder |
ResponseDecoderFactory.SuccessResponseDecoderFactory.create(ResponseHeaders response,
Type type,
Callback<Object> callback) |
Client.ContentCallback |
Client.ClientCallback.headers(ResponseHeaders responseHeaders)
Callback method invoked when the HTTP response code and headers are available.
|
| Modifier and Type | Method and Description |
|---|---|
static ScreechException |
ScreechException.from(ResponseHeaders response) |
| Modifier and Type | Method and Description |
|---|---|
Client.ContentCallback |
ClientCallbackImpl.headers(ResponseHeaders responseHeaders) |
| Constructor and Description |
|---|
ClientCallbackImpl(Consumer<Throwable> onError,
Function<ResponseHeaders,ResponseDecoder> factory) |
Copyright © 2018. All rights reserved.