| Package | Description |
|---|---|
| zone.gryphon.screech | |
| zone.gryphon.screech.util |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Callback.FunctionalCallback<T>
Functional version of
Callback |
| 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) |
<T> void |
RequestEncoder.encode(T entity,
Callback<ByteBuffer> callback) |
<T> void |
RequestEncoder.StringRequestEncoder.encode(T entity,
Callback<ByteBuffer> callback) |
<X,Y> void |
RequestInterceptor.intercept(Request<X> request,
BiConsumer<Request<?>,Callback<Response<Y>>> callback,
Callback<Response<?>> responseCallback) |
| Modifier and Type | Method and Description |
|---|---|
<X,Y> void |
RequestInterceptor.intercept(Request<X> request,
BiConsumer<Request<?>,Callback<Response<Y>>> callback,
Callback<Response<?>> responseCallback) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Util.runDangerousCode(Callback<?> callback,
Callable<T> callable) |
static void |
Util.runDangerousCode(Callback<?> callback,
Executable executable) |
Copyright © 2018. All rights reserved.