Package com.google.api.gax.httpjson
Class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
java.lang.Object
com.google.api.gax.httpjson.HttpJsonClientCall.Listener<ResponseT>
com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener<ResponseT>
com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
- Enclosing class:
- ForwardingHttpJsonClientCallListener<ResponseT>
public abstract static class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
extends ForwardingHttpJsonClientCallListener<ResponseT>
A simplified version of
ForwardingHttpJsonClientCallListener where subclasses can pass
in a HttpJsonClientCall.Listener as the delegate.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener
ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener
onClose, onHeaders, onMessage
-
Constructor Details
-
SimpleForwardingHttpJsonClientCallListener
protected SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
-
-
Method Details
-
delegate
- Specified by:
delegatein classForwardingHttpJsonClientCallListener<ResponseT>
-