- Callback<T> - Interface in zone.gryphon.screech
-
- Callback.FunctionalCallback<T> - Interface in zone.gryphon.screech
-
- clear() - Method in class zone.gryphon.screech.util.ExpandableByteBuffer
-
- Client - Interface in zone.gryphon.screech
-
- Client.ClientCallback - Interface in zone.gryphon.screech
-
Callback clients can use to return data about the request
- Client.ContentCallback - Interface in zone.gryphon.screech
-
Callback used to pass response body
- ClientCallbackImpl - Class in zone.gryphon.screech.internal
-
- ClientCallbackImpl(Consumer<Throwable>, Function<ResponseHeaders, ResponseDecoder>) - Constructor for class zone.gryphon.screech.internal.ClientCallbackImpl
-
- close() - Method in interface zone.gryphon.screech.Client
-
Release resources that this client currently has open, if any
- complete() - Method in interface zone.gryphon.screech.Client.ClientCallback
-
Called when the request completes successfully.
- complete() - Method in class zone.gryphon.screech.internal.ClientCallbackImpl
-
- complete() - Method in interface zone.gryphon.screech.ResponseDecoder
-
Called when the client has finished reading response content.
- content(ByteBuffer) - Method in interface zone.gryphon.screech.Client.ContentCallback
-
Callback for when clients have data from the response body available.
- content(ByteBuffer) - Method in interface zone.gryphon.screech.ResponseDecoder
-
Called when content is available.
- create(ResponseHeaders, Type, Callback<Object>) - Method in interface zone.gryphon.screech.ResponseDecoderFactory
-
- create(ResponseHeaders, Type, Callback<Object>) - Method in class zone.gryphon.screech.ResponseDecoderFactory.ErrorResponseDecoderFactory
-
- create(ResponseHeaders, Type, Callback<Object>) - Method in class zone.gryphon.screech.ResponseDecoderFactory.SuccessResponseDecoderFactory
-
- create(long) - Static method in class zone.gryphon.screech.util.ExpandableByteBuffer
-
- create(int) - Static method in class zone.gryphon.screech.util.ExpandableByteBuffer
-
- createEmpty() - Static method in class zone.gryphon.screech.util.ExpandableByteBuffer
-
- createInputStream() - Method in class zone.gryphon.screech.util.ExpandableByteBuffer
-